Searched refs:yuv2 (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/ |
A D | filter_enc.c | 112 static double GetMBSSIM(const uint8_t* yuv1, const uint8_t* yuv2) { in GetMBSSIM() argument 119 sum += VP8SSIMGetClipped(yuv1 + Y_OFF_ENC, BPS, yuv2 + Y_OFF_ENC, BPS, in GetMBSSIM() 125 sum += VP8SSIMGetClipped(yuv1 + U_OFF_ENC, BPS, yuv2 + U_OFF_ENC, BPS, in GetMBSSIM() 127 sum += VP8SSIMGetClipped(yuv1 + V_OFF_ENC, BPS, yuv2 + V_OFF_ENC, BPS, in GetMBSSIM()
|
/AliOS-Things-master/components/SDL2/test/ |
A D | testyuv.c | 129 Uint8 *yuv2 = (Uint8 *)SDL_malloc(yuv_len); in run_automated_tests() local 133 if (!pattern || !yuv1 || !yuv2) { in run_automated_tests() 173 …rtPixels(pattern->w, pattern->h, formats[i], yuv1, yuv1_pitch, formats[j], yuv2, yuv2_pitch) < 0) { in run_automated_tests() 177 if (!verify_yuv_data(formats[j], yuv2, yuv2_pitch, pattern)) { in run_automated_tests() 214 SDL_free(yuv2); in run_automated_tests()
|
Completed in 4 milliseconds