Searched defs:PLANES_YVU (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxdec.c1084 const int PLANES_YVU[] = {VPX_PLANE_Y, VPX_PLANE_V, VPX_PLANE_U}; local
1085 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV;
/external/libvpx/libvpx/
H A Dvpxdec.c843 const int PLANES_YVU[] = {VPX_PLANE_Y, VPX_PLANE_V, VPX_PLANE_U}; local
844 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV;

Completed in 226 milliseconds