Home
last modified time | relevance | path

Searched refs:I444 (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/
Dvpxenc.h28 I444, // 4:4:4 8+ bit-depth enumerator
Dvpxenc.c901 global->color_type = I444; in parse_global_config()
1958 case I444: in main()
/external/libyuv/files/docs/
Drotation.md59 Lower level plane functions are provided, allowing other planar formats to be rotated. (e.g. I444)
61 For other planar YUV formats (I444, I422, I411, I400, NV16, NV24), the planar functions are exposed…
Dformats.md86 FOURCC_YU24 = FOURCC('Y', 'U', '2', '4'), // Alias for I444.
/external/libyuv/files/unit_test/
Dconvert_test.cc168 TESTPLANARTOP(I444, 1, 1, I420, 2, 2)
171 TESTPLANARTOP(I420, 2, 2, I444, 1, 1)
175 TESTPLANARTOP(I444, 1, 1, I444, 1, 1)
511 TESTPLANARTOB(I444, 1, 1, ARGB, 4, 4, 1, 2, ARGB, 4)
513 TESTPLANARTOB(I444, 1, 1, ABGR, 4, 4, 1, 2, ARGB, 4)
782 TESTATOPLANAR(ARGB, 4, 1, I444, 1, 1, 2)
1778 TESTPLANARTOE(I444, 1, 1, ARGB, 1, 4, ARGB, 4)
1780 TESTPLANARTOE(I444, 1, 1, ABGR, 1, 4, ARGB, 4)
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc767 TEST_YUVTORGB(I444, ARGB, libyuv::kJpegYuv444, 3., 3);