Searched refs:jpeg_suppress_tables (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jcapistd.c | 45 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */ in jpeg_start_compress()
|
A D | jcapimin.c | 127 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() function
|
A D | jpeglib.h | 909 #define jpeg_suppress_tables jSuppressTables macro 1004 EXTERN(void) jpeg_suppress_tables JPP((j_compress_ptr cinfo,
|
A D | jctrans.c | 44 jpeg_suppress_tables(cinfo, FALSE); in jpeg_write_coefficients()
|
A D | libjpeg.txt | 2283 just call "jpeg_suppress_tables(&cinfo, TRUE)" after constructing all the 2777 abbreviated JPEG file, call jpeg_suppress_tables(), or set the tables'
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | jpeglib.h | 909 #define jpeg_suppress_tables jSuppressTables macro 1004 EXTERN(void) jpeg_suppress_tables JPP((j_compress_ptr cinfo,
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_jpeg.c | 330 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress)); in TIFFjpeg_suppress_tables()
|
Completed in 21 milliseconds