Searched refs:_3byteFormatsBI (Results 1 – 1 of 1) sorted by relevance
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 74 private static final int[] _3byteFormatsBI = { field in TJUnitTest 923 doTest(35, 39, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_444, in main() 927 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_422, in main() 931 doTest(39, 41, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_420, in main() 935 doTest(35, 39, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_440, in main() 939 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_411, in main() 944 doTest(41, 35, bi ? _3byteFormatsBI : _3byteFormats, TJ.SAMP_GRAY, in main()
|