Searched refs:yuv1 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | filter.c | 317 static double GetMBSSIM(const uint8_t* yuv1, const uint8_t* yuv2) { in GetMBSSIM() argument 324 VP8SSIMAccumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s); in GetMBSSIM() 329 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s); in GetMBSSIM() 330 VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s); in GetMBSSIM()
|