OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scaledh
(Results
1 - 5
of
5
) sorted by null
/external/libvncserver/common/
turbojpeg.c
751
int jpegwidth, jpegheight, scaledw,
scaledh
;
local
792
scaledh
=TJSCALED(jpegheight, sf[i]);
793
if(scaledw<=width &&
scaledh
<=height)
796
if(scaledw>width ||
scaledh
>height)
798
width=scaledw; height=
scaledh
;
/external/libvncserver/test/
tjbench.c
89
int
scaledh
=TJSCALED(h, sf);
local
103
bufsize=pitch*
scaledh
;
116
pitch,
scaledh
, pf, flags)==-1)
128
int height=dotile? min(tileh, h-row*tileh):
scaledh
;
160
if(savebmp(tempstr, dstbuf, scaledw,
scaledh
, bmpPF[pf], pitch,
/external/libjpeg-turbo/
tjbench.c
114
int
scaledh
=TJSCALED(h, sf);
local
130
if((dstbuf=(unsigned char *)malloc(pitch*
scaledh
))==NULL)
136
memset(dstbuf, 127, pitch*
scaledh
);
141
int height=dotile? tileh:
scaledh
;
160
int height=dotile? min(tileh, h-row*tileh):
scaledh
;
230
if(savebmp(tempstr, dstbuf, scaledw,
scaledh
, pf,
turbojpeg.c
1371
int jpegwidth, jpegheight, scaledw,
scaledh
;
local
1737
int jpegwidth, jpegheight, jpegSubsamp, scaledw,
scaledh
;
local
1912
int i, jpegwidth, jpegheight, scaledw,
scaledh
;
local
[
all
...]
/external/libjpeg-turbo/java/
TJBench.java
141
int
scaledh
= sf.getScaled(h);
local
151
dstBuf = new byte[pitch *
scaledh
];
159
int height = doTile ? tileh :
scaledh
;
173
int height = doTile ? Math.min(tileh, h - y) :
scaledh
;
240
saveImage(tempStr, dstBuf, scaledw,
scaledh
, pf);
[
all
...]
Completed in 52 milliseconds