26 |
IMAGE * refh, IMAGE * refv, IMAGE * refhv, |
IMAGE * refh, IMAGE * refv, IMAGE * refhv, |
27 |
uint32_t edged_width, uint32_t edged_height, uint32_t rounding); |
uint32_t edged_width, uint32_t edged_height, uint32_t rounding); |
28 |
|
|
29 |
|
float image_psnr(IMAGE *orig_image, IMAGE *recon_image, |
30 |
|
uint16_t stride, uint16_t width, uint16_t height); |
31 |
|
|
32 |
int image_input(IMAGE * image, uint32_t width, int height, uint32_t edged_width, |
int image_input(IMAGE * image, uint32_t width, int height, uint32_t edged_width, |
33 |
uint8_t * src, int csp); |
uint8_t * src, int csp); |
34 |
|
|