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

  /external/libjpeg-turbo/
jcapistd.c 45 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */
jcapimin.c 134 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) function
264 * (same as jpeg_suppress_tables(..., TRUE)). Thus a subsequent start_compress
jctrans.c 47 jpeg_suppress_tables(cinfo, FALSE);
jpeglib.h 95 * (See jpeg_suppress_tables for an example.)
111 * (See jpeg_suppress_tables for an example.)
    [all...]
  /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/pdfium/third_party/libtiff/
tif_jpeg.c 305 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress));
    [all...]

Completed in 898 milliseconds