Home
last modified time | relevance | path

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

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

Completed in 6 milliseconds