HomeSort by relevance Sort by last modified time
    Searched refs:_tilew (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;
519 _ntilesw = (_w + _tilew - 1) / _tilew;
533 jpegBuf = new byte[_ntilesw * _ntilesh][TJ.bufSize(_tilew, _tileh, subsamp)];
536 for (x = 0; x < _w; x += _tilew, tile++) {
538 t[tile].width = Math.min(_tilew, _w - x);
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;
573 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew,
596 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
608 _ntilesw=(_w+_tilew-1)/_tilew;
622 t[tile].r.w=min(_tilew, _w-col*_tilew);
624 t[tile].r.x=col*_tilew;
690 if(w==tilew) _tilew=_w
    [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;
417 printf("\n%s size: %d x %d", dotile? "Tile":"Image", _tilew,
435 if(w==tilew) _tilew=_w;
438 filename, _tilew, _tileh)==-1)

Completed in 355 milliseconds