Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dy4m_test.cc62 static const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V }; variable
158 y4m_write_image_file(img(), PLANES_YUV, tmpfile_->file()); in WriteY4mAndReadBack()
/external/libaom/libaom/apps/
Daomdec.c805 const int PLANES_YUV[] = { AOM_PLANE_Y, AOM_PLANE_U, AOM_PLANE_V }; in main_loop() local
807 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; in main_loop()
/external/libvpx/libvpx/
Dvpxdec.c905 const int PLANES_YUV[] = { VPX_PLANE_Y, VPX_PLANE_U, VPX_PLANE_V }; in main_loop() local
907 const int *planes = flipuv ? PLANES_YVU : PLANES_YUV; in main_loop()