Home
last modified time | relevance | path

Searched refs:pixFormatStr (Results 1 – 6 of 6) sorted by relevance

/external/libvncserver/test/
Dtjunittest.c56 const char *pixFormatStr[TJ_NUMPF]= variable
245 printf("%s %s -> %s Q%d ... ", pixFormatStr[pf], in compTest()
261 pixFormatStr[pf], (flags&TJFLAG_BOTTOMUP)? "BU":"TD", subName[subsamp], in compTest()
282 printf("JPEG -> %s %s ", pixFormatStr[pf], in _decompTest()
Dtjbench.c49 const char *pixFormatStr[TJ_NUMPF]= variable
223 printf(">>>>> %s (%s) <--> JPEG %s Q%d <<<<<\n", pixFormatStr[pf], in dotest()
250 printf("%s\t%s\t%s\t%d\t", pixFormatStr[pf], in dotest()
390 pixFormatStr[pf], (flags&TJFLAG_BOTTOMUP)? "Bottom-up":"Top-down"); in dodecomptest()
425 printf("%s\t%s\t%s\t", pixFormatStr[pf], in dodecomptest()
/external/libjpeg-turbo/
Dtjunittest.c68 const char *pixFormatStr[TJ_NUMPF]= variable
400 const char *pfStr=pixFormatStr[pf]; in compTest()
495 printf("YUV %s -> %s %s ... ", subNameLong[subsamp], pixFormatStr[pf], in _decompTest()
503 printf("JPEG -> %s %s ", pixFormatStr[pf], in _decompTest()
Dtjbench.c51 const char *pixFormatStr[TJ_NUMPF]= variable
298 const char *pfStr=pixFormatStr[pf]; in fullTest()
546 formatName(subsamp, cs, tempstr), pixFormatStr[pf], in decompTest()
586 printf("%-4s (%s) %-5s %-5s ", pixFormatStr[pf], in decompTest()
/external/libjpeg-turbo/java/
DTJUnitTest.java62 private static final String[] pixFormatStr = { field in TJUnitTest
651 pfStrLong = pfStr + " (" + pixFormatStr[pf] + ")"; in compTest()
653 pfStr = pixFormatStr[pf]; in compTest()
721 pfStrLong = pfStr + " (" + pixFormatStr[pf] + ")"; in decompTest()
723 pfStr = pixFormatStr[pf]; in decompTest()
DTJBench.java40 static final String[] pixFormatStr = { field in TJBench
289 String pfStr = pixFormatStr[pf]; in fullTest()
472 formatName(subsamp, cs), pixFormatStr[pf], in decompTest()
493 System.out.format("%-4s (%s) %-5s %-5s ", pixFormatStr[pf], in decompTest()