Searched refs:num4bf (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/ |
D | tjunittest.c | 886 int i, num4bf = 5; in main() local 901 if (doYUV) num4bf = 4; in main() 904 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in main() 906 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in main() 908 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in main() 910 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in main() 912 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_411, "test"); in main()
|