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

  /external/libjpeg-turbo/
jpegcomp.h 20 #define _jpeg_height jpeg_height
jctrans.c 84 dstinfo->jpeg_height = srcinfo->output_height;
transupp.c     [all...]
jcmaster.c 62 cinfo->jpeg_height = cinfo->image_height;
jpeglib.h 326 JDIMENSION jpeg_height; /* scaled JPEG image height */ member in struct:jpeg_compress_struct
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcmaster.c 60 * We do check jpeg_width and jpeg_height in initial_setup below,
71 cinfo->jpeg_height = cinfo->image_height * cinfo->block_size;
78 cinfo->jpeg_height = (JDIMENSION)
86 cinfo->jpeg_height = (JDIMENSION)
94 cinfo->jpeg_height = (JDIMENSION)
102 cinfo->jpeg_height = (JDIMENSION)
110 cinfo->jpeg_height = (JDIMENSION)
118 cinfo->jpeg_height = (JDIMENSION)
126 cinfo->jpeg_height = (JDIMENSION)
134 cinfo->jpeg_height = (JDIMENSION
    [all...]
jcmarker.c 328 if ((long) cinfo->jpeg_height > 65535L ||
333 emit_2bytes(cinfo, (int) cinfo->jpeg_height);
jctrans.c 81 dstinfo->jpeg_height = srcinfo->output_height;
jpeglib.h 313 JDIMENSION jpeg_height; /* scaled JPEG image height */ member in struct:jpeg_compress_struct
    [all...]

Completed in 163 milliseconds