Searched refs:jpeg_suppress_tables (Results 1 – 20 of 20) sorted by relevance
/external/libjpeg-turbo/win/ |
D | jpeg62-memsrcdst.def | 93 jpeg_suppress_tables @ 92 ;
|
D | jpeg7-memsrcdst.def | 95 jpeg_suppress_tables @ 94 ;
|
D | jpeg7.def | 95 jpeg_suppress_tables @ 94 ;
|
D | jpeg62.def | 93 jpeg_suppress_tables @ 92 ;
|
D | jpeg8.def | 98 jpeg_suppress_tables @ 97 ;
|
/external/pdfium/third_party/libjpeg/ |
D | jpeglib.h | 108 #define jpeg_suppress_tables FOXIT_PREFIX(jpeg_suppress_tables) macro 949 #define jpeg_suppress_tables jSuppressTables macro 1034 EXTERN(void) jpeg_suppress_tables JPP((j_compress_ptr cinfo,
|
D | fpdfapi_jcapistd.c | 44 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */ in jpeg_start_compress()
|
D | fpdfapi_jcapimin.c | 119 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() function
|
D | fpdfapi_jctrans.c | 43 jpeg_suppress_tables(cinfo, FALSE); in jpeg_write_coefficients()
|
/external/libjpeg-turbo/ |
D | jcapistd.c | 44 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */ in jpeg_start_compress()
|
D | jcapimin.c | 133 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() function
|
D | jctrans.c | 46 jpeg_suppress_tables(cinfo, FALSE); in jpeg_write_coefficients()
|
D | jpeglib.h | 945 EXTERN(void) jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress);
|
D | libjpeg.txt | 2347 just call "jpeg_suppress_tables(&cinfo, TRUE)" after constructing all the 2838 abbreviated JPEG file, call jpeg_suppress_tables(), or set the tables'
|
/external/opencv3/3rdparty/libjpeg/ |
D | jcapistd.c | 44 jpeg_suppress_tables(cinfo, FALSE); /* mark all tables to be written */ in jpeg_start_compress()
|
D | jcapimin.c | 127 jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) in jpeg_suppress_tables() function
|
D | jpeglib.h | 902 #define jpeg_suppress_tables jSuppressTables macro 997 EXTERN(void) jpeg_suppress_tables JPP((j_compress_ptr cinfo,
|
D | jctrans.c | 44 jpeg_suppress_tables(cinfo, FALSE); in jpeg_write_coefficients()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 291 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress)); in TIFFjpeg_suppress_tables()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 305 return CALLVJPEG(sp, jpeg_suppress_tables(&sp->cinfo.c, suppress)); in TIFFjpeg_suppress_tables()
|