Searched refs:PLANES_YUV (Results 1 – 1 of 1) sorted by relevance
853 const int PLANES_YUV[] = { VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V }; in main_loop() local855 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; in main_loop()