Searched refs:psnr (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/gd/libgd/ |
H A D | webpimg.h | 111 double* psnr);
|
H A D | webpimg.c | 224 double psnr = 0; in WebPGetPSNR() local 234 psnr = GetPSNRYuv(Y1, U1, V1, Y2, U2, V2, w, h); in WebPGetPSNR() 237 return psnr; in WebPGetPSNR() 754 double *psnr) { in WebPEncode() argument 796 if (psnr) { in WebPEncode() 797 *psnr = WebPGetPSNR(Y, U, V, *p_out, *p_out_size_bytes); in WebPEncode()
|
Completed in 7 milliseconds