Home
last modified time | relevance | path

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

/external/libvncserver/test/
Dtjbench.c47 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 …]