Searched refs:VP8SSIMAccumulate (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/enc/ |
D | filter.c | 122 static void VP8SSIMAccumulate(const uint8_t* src1, int stride1, in VP8SSIMAccumulate() function 186 VP8SSIMAccumulate(src1, stride1, src2, stride2, x, y, W, H, stats); in VP8SSIMAccumulatePlane() 198 VP8SSIMAccumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s); in GetMBSSIM() 203 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s); in GetMBSSIM() 204 VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s); in GetMBSSIM()
|