Searched refs:_4byteFormats (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 87 const int _4byteFormats[] = { variable 867 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main() 869 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main() 871 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main() 873 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main() 875 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main() 878 doTest(35, 39, _4byteFormats, 4, TJSAMP_GRAY, "test"); in main()
|