Searched refs:_onlyRGB (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 91 const int _onlyRGB[] = { TJPF_RGB }; variable 919 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in main() 920 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main() 921 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in main() 922 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in main() 923 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in main() 924 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in main()
|