Searched refs:pixFormatStr (Results 1 – 6 of 6) sorted by relevance
/external/libvncserver/test/ |
D | tjunittest.c | 56 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()
|
D | tjbench.c | 49 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/ |
D | tjunittest.c | 68 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()
|
D | tjbench.c | 51 const char *pixFormatStr[TJ_NUMPF]= variable 288 const char *pfStr=pixFormatStr[pf]; in fullTest() 527 formatName(subsamp, cs, tempstr), pixFormatStr[pf], in decompTest() 563 printf("%-4s (%s) %-5s %-5s ", pixFormatStr[pf], in decompTest()
|
/external/libjpeg-turbo/java/ |
D | TJUnitTest.java | 62 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()
|
D | TJBench.java | 40 static final String[] pixFormatStr = { field in TJBench 282 String pfStr = pixFormatStr[pf]; in fullTest() 461 formatName(subsamp, cs), pixFormatStr[pf], in decompTest() 482 System.out.format("%-4s (%s) %-5s %-5s ", pixFormatStr[pf], in decompTest()
|