Searched refs:_onlyRGB (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 93 static const int _onlyRGB[] = { TJPF_RGB }; variable 1066 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in testYUVOnlyRGB444() 1075 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in testYUVOnlyRGB422() 1084 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in testYUVOnlyRGB420() 1093 doTest(48, 48, _onlyRGB, 1, TJSAMP_440, "test_yuv0"); in testYUVOnlyRGB440() 1102 doTest(48, 48, _onlyRGB, 1, TJSAMP_411, "test_yuv0"); in testYUVOnlyRGB411() 1111 doTest(48, 48, _onlyRGB, 1, TJSAMP_GRAY, "test_yuv0"); in testYUVOnlyRGBGray() 1161 doTest(48, 48, _onlyRGB, 1, TJSAMP_444, "test_yuv0"); in main() 1162 doTest(48, 48, _onlyRGB, 1, TJSAMP_422, "test_yuv0"); in main() 1163 doTest(48, 48, _onlyRGB, 1, TJSAMP_420, "test_yuv0"); in main() [all …]
|