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 19 #define _jpeg_width jpeg_width macro
28 #define _jpeg_width image_width macro
jcmaster.c 86 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0
92 (long) cinfo->_jpeg_width > (long) JPEG_MAX_DIMENSION)
137 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
144 jdiv_round_up((long) cinfo->_jpeg_width * (long) compptr->h_samp_factor,
385 jdiv_round_up((long) cinfo->_jpeg_width,
jcmarker.c 299 (long) cinfo->_jpeg_width > 65535L)
304 emit_2bytes(cinfo, (int) cinfo->_jpeg_width);

Completed in 47 milliseconds