Searched refs:_jpeg_width (Results 1 – 4 of 4) sorted by relevance
20 #define _jpeg_width jpeg_width macro30 #define _jpeg_width image_width macro
98 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0 || in initial_setup()104 (long)cinfo->_jpeg_width > (long)JPEG_MAX_DIMENSION) in initial_setup()151 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()158 jdiv_round_up((long)cinfo->_jpeg_width * (long)compptr->h_samp_factor, in initial_setup()398 jdiv_round_up((long)cinfo->_jpeg_width, in per_scan_setup()
299 if ((long)cinfo->_jpeg_height > 65535L || (long)cinfo->_jpeg_width > 65535L) in emit_sof()304 emit_2bytes(cinfo, (int)cinfo->_jpeg_width); in emit_sof()
364 if (dstinfo->_jpeg_width > srcinfo->output_width) { in do_crop_ext_zero()