HomeSort by relevance Sort by last modified time
    Searched refs:yuv1 (Results 1 - 5 of 5) sorted by null

  /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 165 pC->yuv1[0].pac_data = pC->yuv1[1].pac_data = pC->
166 yuv1[2].pac_data = M4OSA_NULL;
    [all...]
M4VSS3GPP_EditVideo.c     [all...]
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 555 M4VIFI_ImagePlane yuv1[3]; /**< First temporary YUV420 image plane */ member in struct:__anon31111
    [all...]

Completed in 252 milliseconds