Home
last modified time | relevance | path

Searched refs:jpeg_suppress_tables (Results 1 – 7 of 7) sorted by relevance

/external/libjpeg-turbo/
Djcapistd.c45 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */ in jpeg_start_compress()
Djpeglibmangler.h83 #define jpeg_suppress_tables chromium_jpeg_suppress_tables macro
Djcapimin.c134 jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() function
Djctrans.c48 jpeg_suppress_tables(cinfo, FALSE); in jpeg_write_coefficients()
Djpeglib.h952 EXTERN(void) jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress);
Dlibjpeg.txt2372 just call "jpeg_suppress_tables(&cinfo, TRUE)" after constructing all the
2901 abbreviated JPEG file, call jpeg_suppress_tables(), or set the tables'
/external/pdfium/third_party/libtiff/
Dtif_jpeg.c336 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress)); in TIFFjpeg_suppress_tables()