Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dwebpimg.c177 const uint8* Y2, in GetPSNRYuv() argument
190 double diff = Y1[row_idx + x] - Y2[row_idx + x]; in GetPSNRYuv()
220 uint8* Y2 = NULL; in WebPGetPSNR() local
228 &Y2, in WebPGetPSNR()
234 psnr = GetPSNRYuv(Y1, U1, V1, Y2, U2, V2, w, h); in WebPGetPSNR()
235 free(Y2); in WebPGetPSNR()

Completed in 15 milliseconds