OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
1340
int jpegwidth, jpegheight,
scaledw
, scaledh;
local
1705
int jpegwidth, jpegheight, jpegSubsamp,
scaledw
, scaledh;
local
1880
int i, jpegwidth, jpegheight,
scaledw
, scaledh;
local
[
all
...]