Searched refs:_4byteFormats (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 89 static const int _4byteFormats[] = { variable 945 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in testFourByte444() 964 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in testFourByte422() 983 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in testFourByte420() 1002 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in testFourByte440() 1021 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in testFourByte411() 1048 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in testFourByteGray() 1146 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main() 1148 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main() 1150 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main() [all …]
|