Searched refs:_onlyGray (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 92 static const int _onlyGray[] = { TJPF_GRAY }; variable 1030 doTest(39, 41, _onlyGray, 1, TJSAMP_GRAY, "test"); in testOnlyGray() 1120 doTest(48, 48, _onlyGray, 1, TJSAMP_GRAY, "test_yuv0"); in testYUVOnlyGrayGray() 1155 doTest(39, 41, _onlyGray, 1, TJSAMP_GRAY, "test"); in main() 1167 doTest(48, 48, _onlyGray, 1, TJSAMP_GRAY, "test_yuv0"); in main()
|