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

  /external/libjpeg-turbo/
jcapimin.c 82 /* Must do it here for emit_dqt in case jpeg_write_tables is used */
256 * jpeg_write_tables(cinfo);
262 * jpeg_write_tables has the side effect of marking all tables written
268 jpeg_write_tables (j_compress_ptr cinfo) function
292 * each call to jpeg_write_tables().
jpeglib.h     [all...]
  /external/opencv3/3rdparty/libjpeg/
jcapimin.c 77 /* Must do it here for emit_dqt in case jpeg_write_tables is used */
250 * jpeg_write_tables(cinfo);
256 * jpeg_write_tables has the side effect of marking all tables written
262 jpeg_write_tables (j_compress_ptr cinfo) function
286 * each call to jpeg_write_tables().
jpeglib.h 913 #define jpeg_write_tables macro
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jcapimin.c 242 * jpeg_write_tables(cinfo);
248 * jpeg_write_tables has the side effect of marking all tables written
254 jpeg_write_tables (j_compress_ptr cinfo) function
278 * each call to jpeg_write_tables().
jpeglib.h 114 #define jpeg_write_tables FOXIT_PREFIX(jpeg_write_tables) macro
959 #define jpeg_write_tables macro
    [all...]
  /external/opencv3/3rdparty/libtiff/
tif_jpeg.c 324 return CALLVJPEG(sp, jpeg_write_tables(&sp->cinfo.c));
    [all...]
  /external/pdfium/third_party/libtiff/
tif_jpeg.c 338 return CALLVJPEG(sp, jpeg_write_tables(&sp->cinfo.c));
    [all...]

Completed in 122 milliseconds