Home
last modified time | relevance | path

Searched refs:psnr (Results 1 – 2 of 2) sorted by relevance

/PHP-5.4/ext/gd/libgd/
H A Dwebpimg.h111 double* psnr);
H A Dwebpimg.c224 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
782 if (psnr) { in WebPEncode()
783 *psnr = WebPGetPSNR(Y, U, V, *p_out, *p_out_size_bytes); in WebPEncode()

Completed in 7 milliseconds