Searched refs:dotile (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/test/ |
D | tjbench.c | 47 int flags=0, decomponly=0, quiet=0, dotile=0, pf=TJPF_BGR; variable 127 int width=dotile? min(tilew, w-col*tilew):scaledw; in decomptest() 128 int height=dotile? min(tileh, h-row*tileh):scaledh; in decomptest() 227 for(tilew=dotile? 8:w, tileh=dotile? 8:h; ; tilew*=2, tileh*=2) in dotest() 296 printf("\n%s size: %d x %d\n", dotile? "Tile":"Image", tilew, in dotest() 384 dotile? "Tile ":"Image", dotile? "Tile ":"Image"); in dodecomptest() 393 for(tilew=dotile? 16:w, tileh=dotile? 16:h; ; tilew*=2, tileh*=2) in dodecomptest() 417 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew, in dodecomptest() 549 dotile=1; in main() 613 if((sf.num!=1 || sf.denom!=1) && dotile) in main() [all …]
|
/external/libjpeg-turbo/ |
D | tjbench.c | 49 dotile=0, pf=TJPF_BGR, yuvpad=1, warmup=1; variable 140 int width=dotile? tilew:scaledw; in decomp() 141 int height=dotile? tileh:scaledh; in decomp() 159 int width=dotile? min(tilew, w-col*tilew):scaledw; in decomp() 160 int height=dotile? min(tileh, h-row*tileh):scaledh; in decomp() 298 for(tilew=dotile? 8:w, tileh=dotile? 8:h; ; tilew*=2, tileh*=2) in fullTest() 400 printf("\n%s size: %d x %d\n", dotile? "Tile":"Image", tilew, in fullTest() 518 dotile? "Tile ":"Image", dotile? "Tile ":"Image"); in decompTest() 530 for(tilew=dotile? 16:w, tileh=dotile? 16:h; ; tilew*=2, tileh*=2) in decompTest() 544 if((flags&TJFLAG_NOREALLOC)!=0 || !dotile) in decompTest() [all …]
|