Searched refs:_3byteFormats (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 88 static const int _3byteFormats[] = { TJPF_RGB, TJPF_BGR }; variable 935 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in testThreeByte444() 954 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in testThreeByte422() 973 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in testThreeByte420() 992 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in testThreeByte440() 1011 doTest(41, 35, _3byteFormats, 2, TJSAMP_411, "test"); in testThreeByte411() 1039 doTest(41, 35, _3byteFormats, 2, TJSAMP_GRAY, "test"); in testThreeByteGray() 1145 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in main() 1147 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in main() 1149 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in main() [all …]
|