OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jpegwidth
(Results
1 - 2
of
2
) sorted by null
/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
...]
/external/libvncserver/common/
turbojpeg.c
751
int
jpegwidth
, jpegheight, scaledw, scaledh;
local
786
jpegwidth
=dinfo->image_width; jpegheight=dinfo->image_height;
787
if(width==0) width=
jpegwidth
;
791
scaledw=TJSCALED(
jpegwidth
, sf[i]);
Completed in 140 milliseconds