Home | History | Annotate | Download | only in libvpx

Lines Matching full:planes

73                                    "Flip the chroma planes in the output");
1066 buf = img->planes[VPX_PLANE_Y];
1074 buf = img->planes[flipuv?VPX_PLANE_V:VPX_PLANE_U];
1082 buf = img->planes[flipuv?VPX_PLANE_U:VPX_PLANE_V];