Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjpeg_turbo/
Dtjbench.c100 int scaledh=(yuv==YUVDECODE)? h : TJSCALED(h, sf); in decomptest() local
114 bufsize=(yuv==YUVDECODE? yuvsize:pitch*scaledh); in decomptest()
132 pitch, scaledh, pf, flags)==-1) in decomptest()
149 int height=dotile? min(tileh, h-row*tileh):scaledh; in decomptest()
193 if(savebmp(tempstr, dstbuf, scaledw, scaledh, pf, in decomptest()
Dturbojpeg.c944 int jpegwidth, jpegheight, scaledw, scaledh; in tjDecompress2() local
984 scaledh=TJSCALED(jpegheight, sf[i]); in tjDecompress2()
985 if(scaledw<=width && scaledh<=height) in tjDecompress2()
988 if(scaledw>width || scaledh>height) in tjDecompress2()
990 width=scaledw; height=scaledh; in tjDecompress2()