HomeSort by relevance Sort by last modified time
    Searched refs:_jpeg_width (Results 1 - 3 of 3) sorted by null

  /external/libjpeg-turbo/
jpegcomp.h 20 #define _jpeg_width jpeg_width macro
29 #define _jpeg_width image_width macro
jcmaster.c 98 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0
104 (long) cinfo->_jpeg_width > (long) JPEG_MAX_DIMENSION)
149 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
156 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
397 jdiv_round_up((long) cinfo->_jpeg_width,
jcmarker.c 300 (long) cinfo->_jpeg_width > 65535L)
305 emit_2bytes(cinfo, (int) cinfo->_jpeg_width);

Completed in 210 milliseconds