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

  /external/libvncserver/common/
turbojpeg.c 751 int jpegwidth, jpegheight, scaledw, scaledh; local
791 scaledw=TJSCALED(jpegwidth, sf[i]);
793 if(scaledw<=width && scaledh<=height)
796 if(scaledw>width || scaledh>height)
798 width=scaledw; height=scaledh;
  /external/libvncserver/test/
tjbench.c 88 int scaledw=TJSCALED(w, sf); local
90 int pitch=scaledw*ps;
115 if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw,
127 int width=dotile? min(tilew, w-col*tilew):scaledw;
160 if(savebmp(tempstr, dstbuf, scaledw, scaledh, bmpPF[pf], pitch,
  /external/libjpeg-turbo/
turbojpeg.c 1381 int jpegwidth, jpegheight, scaledw, scaledh; local
1756 int jpegwidth, jpegheight, jpegSubsamp, scaledw, scaledh; local
1936 int i, jpegwidth, jpegheight, scaledw, scaledh; local
    [all...]
tjbench.c 113 int scaledw=TJSCALED(w, sf); local
115 int pitch=scaledw*ps;
140 int width=dotile? tilew:scaledw;
159 int width=dotile? min(tilew, w-col*tilew):scaledw;
235 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf,
  /external/libjpeg-turbo/java/
TJBench.java 140 int scaledw = sf.getScaled(w); local
142 int pitch = scaledw * ps;
158 int width = doTile ? tilew : scaledw;
172 int width = doTile ? Math.min(tilew, w - x) : scaledw;
243 saveImage(tempStr, dstBuf, scaledw, scaledh, pf);
    [all...]

Completed in 59 milliseconds