HomeSort by relevance Sort by last modified time
    Searched refs:_tileh (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/java/
TJBench.java 431 int w = 0, h = 0, subsamp = -1, cs = -1, _w, _h, _tilew, _tileh, local
481 _w = w; _h = h; _tilew = tilew; _tileh = tileh;
484 _tilew, _tileh);
502 _w = h; _h = w; _tilew = tileh; _tileh = tilew;
520 _ntilesh = (_h + _tileh - 1) / _tileh;
533 jpegBuf = new byte[_ntilesw * _ntilesh][TJ.bufSize(_tilew, _tileh, subsamp)];
535 for (y = 0, tile = 0; y < _h; y += _tileh) {
539 t[tile].height = Math.min(_tileh, _h - y);
592 jpegBuf = new byte[1][TJ.bufSize(_tilew, _tileh, subsamp)]
    [all...]
  /external/libjpeg-turbo/
tjbench.c 500 int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh, local
570 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
574 _tileh);
596 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
609 _ntilesh=(_h+_tileh-1)/_tileh;
623 t[tile].r.h=min(_tileh, _h-row*_tileh);
625 t[tile].r.y=row*_tileh;
691 if(h==tileh) _tileh=_h
    [all...]
  /external/libvncserver/test/
tjbench.c 356 int w=0, h=0, subsamp=-1, _w, _h, _tilew, _tileh, _subsamp; local
414 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
418 _tileh);
436 if(h==tileh) _tileh=_h;
438 filename, _tilew, _tileh)==-1)

Completed in 59 milliseconds