Home
last modified time | relevance | path

Searched refs:PLANES_YUV (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dvpxdec.c842 const int PLANES_YUV[] = {VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V}; in main_loop() local
844 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; in main_loop()