Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djpegcomp.h20 #define _jpeg_width jpeg_width macro
30 #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()
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()
Djcmarker.c299 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()
Dtransupp.c364 if (dstinfo->_jpeg_width > srcinfo->output_width) { in do_crop_ext_zero()