Searched refs:flipuv (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/
H A Dvpxdec.c58 ARG_DEF(NULL, "flipuv", 0, "Flip the chroma planes in the output");
495 int frame_in = 0, frame_out = 0, flipuv = 0, noblit = 0; local
567 flipuv = 1;
571 flipuv = 0;
576 flipuv = 1;
855 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV;

Completed in 1747 milliseconds