Searched refs:Y2 (Results 1 – 1 of 1) sorted by relevance
177 const uint8* Y2, in GetPSNRYuv() argument190 double diff = Y1[row_idx + x] - Y2[row_idx + x]; in GetPSNRYuv()220 uint8* Y2 = NULL; in WebPGetPSNR() local228 &Y2, in WebPGetPSNR()234 psnr = GetPSNRYuv(Y1, U1, V1, Y2, U2, V2, w, h); in WebPGetPSNR()235 free(Y2); in WebPGetPSNR()
Completed in 8 milliseconds