Searched refs:_4byteFormatsBI (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 80 private static final int[] _4byteFormatsBI = { field in TJUnitTest 925 doTest(39, 41, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_444, in main() 929 doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_422, in main() 933 doTest(41, 35, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_420, in main() 937 doTest(39, 41, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_440, in main() 941 doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_411, in main() 947 doTest(35, 39, bi ? _4byteFormatsBI : _4byteFormats, TJ.SAMP_GRAY, in main()
|