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

  /external/libjpeg-turbo/
jpegcomp.h 21 #define _jpeg_height jpeg_height macro
30 #define _jpeg_height image_height macro
jcmaster.c 98 if (cinfo->_jpeg_height <= 0 || cinfo->_jpeg_width <= 0
103 if ((long) cinfo->_jpeg_height > (long) JPEG_MAX_DIMENSION ||
152 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor,
159 jdiv_round_up((long) cinfo->_jpeg_height * (long) compptr->v_samp_factor,
169 jdiv_round_up((long) cinfo->_jpeg_height,
400 jdiv_round_up((long) cinfo->_jpeg_height,
jcmarker.c 299 if ((long) cinfo->_jpeg_height > 65535L ||
304 emit_2bytes(cinfo, (int) cinfo->_jpeg_height);

Completed in 435 milliseconds