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

  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 121 " vec4 yuv2 = rgb2yuv * vec4((mixin.xyz * topDown), 1);\n"
122 " yuv = vec4(yuv.x, yuv2.y, yuv2.z, 1);\n"
  /external/webp/src/enc/
filter.c 317 static double GetMBSSIM(const uint8_t* yuv1, const uint8_t* yuv2) {
324 VP8SSIMAccumulate(yuv1 + Y_OFF, BPS, yuv2 + Y_OFF, BPS, x, y, 16, 16, &s);
329 VP8SSIMAccumulate(yuv1 + U_OFF, BPS, yuv2 + U_OFF, BPS, x, y, 8, 8, &s);
330 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...]
  /external/kernel-headers/original/video/
dsscomp.h 37 OMAP_DSS_COLOR_YUV2 = 1 << 9, /* YUV2 4:2:2 co-sited */
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h 556 M4VIFI_ImagePlane yuv2[3]; /**< Second temporary YUV420 image plane */ member in struct:__anon18948
    [all...]

Completed in 1821 milliseconds