Home
last modified time | relevance | path

Searched refs:_jpeg_width (Results 1 – 3 of 3) sorted by relevance

/external/libjpeg-turbo/
Djpegcomp.h19 #define _jpeg_width jpeg_width macro
28 #define _jpeg_width image_width macro
Djcmaster.c86 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0 in initial_setup()
92 (long) cinfo->_jpeg_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
137 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor, in initial_setup()
144 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor, in initial_setup()
385 jdiv_round_up((long) cinfo->_jpeg_width, in per_scan_setup()
Djcmarker.c299 (long) cinfo->_jpeg_width > 65535L) in emit_sof()
304 emit_2bytes(cinfo, (int) cinfo->_jpeg_width); in emit_sof()