Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpegcomp.h20 #define _jpeg_width jpeg_width macro
29 #define _jpeg_width image_width macro
Djcmaster.c98 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0 in initial_setup()
104 (long) cinfo->_jpeg_width > (long) JPEG_MAX_DIMENSION) in initial_setup()
149 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor, in initial_setup()
156 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor, in initial_setup()
397 jdiv_round_up((long) cinfo->_jpeg_width, in per_scan_setup()
Djcmarker.c300 (long) cinfo->_jpeg_width > 65535L) in emit_sof()
305 emit_2bytes(cinfo, (int) cinfo->_jpeg_width); in emit_sof()