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