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

  /external/libjpeg-turbo/
jcapistd.c 44 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */
jcapimin.c 133 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) function
263 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
jctrans.c 46 jpeg_suppress_tables(cinfo, FALSE);
jpeglib.h 94 * (See jpeg_suppress_tables for an example.)
110 * (See jpeg_suppress_tables for an example.)
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jcapistd.c 44 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */
jcapimin.c 127 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) function
257 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
jpeglib.h 101 * (See jpeg_suppress_tables for an example.)
117 * (See jpeg_suppress_tables for an example.)
902 #define jpeg_suppress_tables macro
    [all...]
jctrans.c 44 jpeg_suppress_tables(cinfo, FALSE);
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapistd.c 44 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */
fpdfapi_jcapimin.c 119 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) function
249 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
jpeglib.h 108 #define jpeg_suppress_tables FOXIT_PREFIX(jpeg_suppress_tables) macro
194 * (See jpeg_suppress_tables for an example.)
210 * (See jpeg_suppress_tables for an example.)
949 #define jpeg_suppress_tables macro
    [all...]
fpdfapi_jctrans.c 43 jpeg_suppress_tables(cinfo, FALSE);
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 291 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress));
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 305 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress));
    [all...]

Completed in 233 milliseconds