Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJBench.java438 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, in decompTest() local
490 _w = w; _h = h; _tilew = tilew; _tileh = tileh; in decompTest()
493 _tilew, _tileh); in decompTest()
511 _w = h; _h = w; _tilew = tileh; _tileh = tilew; in decompTest()
528 _ntilesw = (_w + _tilew - 1) / _tilew; in decompTest()
542 jpegBuf = new byte[_ntilesw * _ntilesh][TJ.bufSize(_tilew, _tileh, subsamp)]; in decompTest()
545 for (x = 0; x < _w; x += _tilew, tile++) { in decompTest()
547 t[tile].width = Math.min(_tilew, _w - x); in decompTest()
601 jpegBuf = new byte[1][TJ.bufSize(_tilew, _tileh, subsamp)]; in decompTest()
608 _tilew = _w; in decompTest()
[all …]
/external/libjpeg-turbo/
Dtjbench.c512 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, in decompTest() local
585 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in decompTest()
588 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew, in decompTest()
611 _w=h; _h=w; _tilew=tileh; _tileh=tilew; in decompTest()
623 _ntilesw=(_w+_tilew-1)/_tilew; in decompTest()
637 t[tile].r.w=min(_tilew, _w-col*_tilew); in decompTest()
639 t[tile].r.x=col*_tilew; in decompTest()
705 if(w==tilew) _tilew=_w; in decompTest()
710 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()