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

  /external/libjpeg-turbo/
jpegcomp.h 19 #define _jpeg_width jpeg_width
jctrans.c 83 dstinfo->jpeg_width = srcinfo->output_width;
transupp.c     [all...]
jcmaster.c 61 cinfo->jpeg_width = cinfo->image_width;
jpeglib.h 325 JDIMENSION jpeg_width; /* scaled JPEG image width */ 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,
70 cinfo->jpeg_width = cinfo->image_width * cinfo->block_size;
76 cinfo->jpeg_width = (JDIMENSION)
84 cinfo->jpeg_width = (JDIMENSION)
92 cinfo->jpeg_width = (JDIMENSION)
100 cinfo->jpeg_width = (JDIMENSION)
108 cinfo->jpeg_width = (JDIMENSION)
116 cinfo->jpeg_width = (JDIMENSION)
124 cinfo->jpeg_width = (JDIMENSION)
132 cinfo->jpeg_width = (JDIMENSION
    [all...]
jcmarker.c 329 (long) cinfo->jpeg_width > 65535L)
334 emit_2bytes(cinfo, (int) cinfo->jpeg_width);
jctrans.c 80 dstinfo->jpeg_width = srcinfo->output_width;
jpeglib.h 312 JDIMENSION jpeg_width; /* scaled JPEG image width */ member in struct:jpeg_compress_struct
    [all...]

Completed in 245 milliseconds