OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TJSCALED
(Results
1 - 10
of
10
) sorted by null
/external/libvncserver/common/
turbojpeg.h
287
#define
TJSCALED
(dimension, scalingFactor) ((dimension * scalingFactor.num \
433
* calling #
TJSCALED
() with the JPEG image height and one of the scaling
448
* calling #
TJSCALED
() with the JPEG image width and one of the scaling
turbojpeg.c
791
scaledw=
TJSCALED
(jpegwidth, sf[i]);
792
scaledh=
TJSCALED
(jpegheight, sf[i]);
/external/libvncserver/test/
tjunittest.c
278
int scaledWidth=
TJSCALED
(w, sf);
279
int scaledHeight=
TJSCALED
(h, sf);
tjbench.c
88
int scaledw=
TJSCALED
(w, sf);
89
int scaledh=
TJSCALED
(h, sf);
420
printf(" --> %d x %d",
TJSCALED
(_w, sf),
TJSCALED
(_h, sf));
/external/libjpeg-turbo/
turbojpeg.h
598
#define
TJSCALED
(dimension, scalingFactor) ((dimension * scalingFactor.num \
[
all
...]
tjbench.c
113
int scaledw=
TJSCALED
(w, sf);
114
int scaledh=
TJSCALED
(h, sf);
558
printf(" --> %d x %d",
TJSCALED
(_w, sf),
TJSCALED
(_h, sf));
turbojpeg.c
[
all
...]
tjunittest.c
460
int scaledWidth=
TJSCALED
(w, sf);
461
int scaledHeight=
TJSCALED
(h, sf);
turbojpeg-jni.c
751
scaledWidth=
TJSCALED
(jpegWidth, sf[i]);
752
scaledHeight=
TJSCALED
(jpegHeight, sf[i]);
[
all
...]
/external/libjpeg-turbo/doc/html/search/
all_74.js
71
['
tjscaled
',['
TJSCALED
',['../group___turbo_j_p_e_g.html#ga84878bb65404204743aa18cac02781df',1,'turbojpeg.h']]],
Completed in 41 milliseconds