Home
last modified time | relevance | path

Searched refs:scaledh (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/test/
Dtjbench.c89 int scaledh=TJSCALED(h, sf); in decomptest() local
103 bufsize=pitch*scaledh; in decomptest()
116 pitch, scaledh, pf, flags)==-1) in decomptest()
128 int height=dotile? min(tileh, h-row*tileh):scaledh; in decomptest()
160 if(savebmp(tempstr, dstbuf, scaledw, scaledh, bmpPF[pf], pitch, in decomptest()
/external/libvncserver/common/
Dturbojpeg.c747 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
788 scaledh=TJSCALED(jpegheight, 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()