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

  /external/webp/src/enc/
filter.c 286 static double GetMBSSIM(const uint8_t* yuv1, const uint8_t* yuv2) {
293 Accumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s);
298 Accumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s);
299 Accumulate(yuv1 + V_OFF, BPS, yuv2 + V_OFF, BPS, x, y, 8, 8, &s);
  /frameworks/media/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/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 556 M4VIFI_ImagePlane yuv2[3]; /**< Second temporary YUV420 image plane */ member in struct:__anon16019
    [all...]

Completed in 582 milliseconds