Home
last modified time | relevance | path

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

/external/libvpx/libvpx/
Dvpxdec.c853 const int PLANES_YUV[] = { VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V }; in main_loop() local
855 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; in main_loop()