Home
last modified time | relevance | path

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

/external/libjpeg-turbo/java/
DTJBench.java425 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, in decompTest() local
475 _w = w; _h = h; _tilew = tilew; _tileh = tileh; in decompTest()
478 _tilew, _tileh); in decompTest()
496 _w = h; _h = w; _tilew = tileh; _tileh = tilew; in decompTest()
513 _ntilesw = (_w + _tilew - 1) / _tilew; in decompTest()
527 jpegBuf = new byte[_ntilesw * _ntilesh][TJ.bufSize(_tilew, _tileh, subsamp)]; in decompTest()
530 for (x = 0; x < _w; x += _tilew, tile++) { in decompTest()
532 t[tile].width = Math.min(_tilew, _w - x); in decompTest()
583 jpegBuf = new byte[1][TJ.bufSize(_tilew, _tileh, subsamp)]; in decompTest()
590 _tilew = _w; in decompTest()
[all …]
/external/libjpeg-turbo/
Dtjbench.c490 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, in decompTest() local
560 _w=w; _h=h; _tilew=tilew; _tileh=tileh; in decompTest()
563 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew, in decompTest()
586 _w=h; _h=w; _tilew=tileh; _tileh=tilew; in decompTest()
598 _ntilesw=(_w+_tilew-1)/_tilew; in decompTest()
612 t[tile].r.w=min(_tilew, _w-col*_tilew); in decompTest()
614 t[tile].r.x=col*_tilew; in decompTest()
674 if(w==tilew) _tilew=_w; in decompTest()
679 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()