Searched refs:scaledw (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/test/ |
D | tjbench.c | 88 int scaledw=TJSCALED(w, sf); in decomptest() local 90 int pitch=scaledw*ps; in decomptest() 115 if(tjDecompress2(handle, jpegbuf[0], jpegsize[0], dstbuf, scaledw, in decomptest() 127 int width=dotile? min(tilew, w-col*tilew):scaledw; in decomptest() 160 if(savebmp(tempstr, dstbuf, scaledw, scaledh, bmpPF[pf], pitch, in decomptest()
|
/external/libvncserver/common/ |
D | turbojpeg.c | 747 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local 787 scaledw=TJSCALED(jpegwidth, sf[i]); in tjDecompress2() 789 if(scaledw<=width && scaledh<=height) in tjDecompress2() 792 if(scaledw>width || scaledh>height) in tjDecompress2() 794 width=scaledw; height=scaledh; in tjDecompress2()
|