Searched refs:jpeg_suppress_tables (Results 1 – 7 of 7) sorted by relevance
45 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */ in jpeg_start_compress()
83 #define jpeg_suppress_tables chromium_jpeg_suppress_tables macro
134 jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() function
48 jpeg_suppress_tables(cinfo, FALSE); in jpeg_write_coefficients()
952 EXTERN(void) jpeg_suppress_tables(j_compress_ptr cinfo, boolean suppress);
2372 just call "jpeg_suppress_tables(&cinfo, TRUE)" after constructing all the2901 abbreviated JPEG file, call jpeg_suppress_tables(), or set the tables'
336 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress)); in TIFFjpeg_suppress_tables()