Home
last modified time | relevance | path

Searched refs:PIXFORMATSTR (Results 1 – 2 of 2) sorted by relevance

/external/libjpeg-turbo/java/
DTJUnitTest.java65 static final String[] PIXFORMATSTR = { field in TJUnitTest
644 pfStrLong = pfStr + " (" + PIXFORMATSTR[pf] + ")"; in compTest()
646 pfStr = PIXFORMATSTR[pf]; in compTest()
713 pfStrLong = pfStr + " (" + PIXFORMATSTR[pf] + ")"; in decompTest()
715 pfStr = PIXFORMATSTR[pf]; in decompTest()
DTJBench.java42 static final String[] PIXFORMATSTR = { field in TJBench
336 String pfStr = PIXFORMATSTR[pf]; in fullTest()
536 formatName(subsamp, cs), PIXFORMATSTR[pf], in decompTest()
558 System.out.format("%-4s (%s) %-5s %-5s ", PIXFORMATSTR[pf], in decompTest()