OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_jpeg_height
(Results
1 - 3
of
3
) sorted by null
/external/libjpeg-turbo/
jpegcomp.h
20
#define
_jpeg_height
jpeg_height
macro
29
#define
_jpeg_height
image_height
macro
jcmaster.c
86
if (cinfo->
_jpeg_height
<= 0 || cinfo->_jpeg_width <= 0
91
if ((long) cinfo->
_jpeg_height
> (long) JPEG_MAX_DIMENSION ||
140
jdiv_round_up((long) cinfo->
_jpeg_height
* (long) compptr->v_samp_factor,
147
jdiv_round_up((long) cinfo->
_jpeg_height
* (long) compptr->v_samp_factor,
157
jdiv_round_up((long) cinfo->
_jpeg_height
,
388
jdiv_round_up((long) cinfo->
_jpeg_height
,
jcmarker.c
298
if ((long) cinfo->
_jpeg_height
> 65535L ||
303
emit_2bytes(cinfo, (int) cinfo->
_jpeg_height
);
Completed in 50 milliseconds