Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching defs:_w

500 	int w=0, h=0, subsamp=-1, cs=-1, _w, _h, _tilew, _tileh,
570 _w=w; _h=h; _tilew=tilew; _tileh=tileh;
576 printf(" --> %d x %d", TJSCALED(_w, sf), TJSCALED(_h, sf));
596 _w=h; _h=w; _tilew=tileh; _tileh=tilew;
601 _w=_w-(_w%tjMCUWidth[_subsamp]);
605 _w=_w-(_w%tjMCUHeight[_subsamp]);
608 _ntilesw=(_w+_tilew-1)/_tilew;
622 t[tile].r.w=min(_tilew, _w-col*_tilew);
690 if(w==tilew) _tilew=_w;
695 NULL, _w, _h, _subsamp, 0, filename, _tilew, _tileh)==-1)