Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJBench.java432 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, in decompTest() local
484 _w = w; _h = h; _tilew = tilew; _tileh = tileh; in decompTest()
487 _tilew, _tileh); in decompTest()
505 _w = h; _h = w; _tilew = tileh; _tileh = tilew; in decompTest()
522 _ntilesw = (_w + _tilew - 1) / _tilew; in decompTest()
536 jpegBuf = new byte[_ntilesw * _ntilesh][TJ.bufSize(_tilew, _tileh, subsamp)]; in decompTest()
539 for (x = 0; x < _w; x += _tilew, tile++) { in decompTest()
541 t[tile].width = Math.min(_tilew, _w - x); in decompTest()
592 jpegBuf = new byte[1][TJ.bufSize(_tilew, _tileh, subsamp)]; in decompTest()
599 _tilew = _w; in decompTest()
[all …]
/external/libjpeg-turbo/
Dtjbench.c502 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, in decompTest() local
575 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in decompTest()
578 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew, in decompTest()
601 _w=h; _h=w; _tilew=tileh; _tileh=tilew; in decompTest()
613 _ntilesw=(_w+_tilew-1)/_tilew; in decompTest()
627 t[tile].r.w=min(_tilew, _w-col*_tilew); in decompTest()
629 t[tile].r.x=col*_tilew; in decompTest()
690 if(w==tilew) _tilew=_w; in decompTest()
695 NULL, _w, _h, _subsamp, 0, filename, _tilew, _tileh)==-1) in decompTest()
/external/libvncserver/test/
Dtjbench.c356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; in dodecomptest() local
414 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in dodecomptest()
417 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew, in dodecomptest()
435 if(w==tilew) _tilew=_w; in dodecomptest()
438 filename, _tilew, _tileh)==-1) in dodecomptest()