/external/chromium_org/third_party/libwebp/enc/ |
filter.c | 319 static double GetMBSSIM(const uint8_t* yuv1, const uint8_t* yuv2) { 326 VP8SSIMAccumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s); 331 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s); 332 VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s);
|
/external/webp/src/enc/ |
filter.c | 319 static double GetMBSSIM(const uint8_t* yuv1, const uint8_t* yuv2) { 326 VP8SSIMAccumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s); 331 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s); 332 VP8SSIMAccumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s);
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VSS3GPP_Edit.c | 167 pC->yuv2[0].pac_data = pC->yuv2[1].pac_data = pC-> 168 yuv2[2].pac_data = M4OSA_NULL; [all...] |
M4VSS3GPP_EditVideo.c | [all...] |
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_InternalTypes.h | 556 M4VIFI_ImagePlane yuv2[3]; /**< Second temporary YUV420 image plane */ member in struct:__anon31132 [all...] |