Searched refs:JPEGState (Results 1 – 3 of 3) sorted by relevance
/external/opencv3/3rdparty/libtiff/ |
D | tif_jpeg.c | 178 } JPEGState; typedef 180 #define JState(tif) ((JPEGState*)(tif)->tif_data) 215 JPEGState *sp = (JPEGState *) cinfo; /* NB: cinfo assumed first */ in TIFFjpeg_error_exit() 235 TIFFWarningExt(((JPEGState *) cinfo)->tif->tif_clientdata, "JPEGLib", "%s", buffer); in TIFFjpeg_output_message() 248 TIFFjpeg_create_compress(JPEGState* sp) in TIFFjpeg_create_compress() 259 TIFFjpeg_create_decompress(JPEGState* sp) in TIFFjpeg_create_decompress() 270 TIFFjpeg_set_defaults(JPEGState* sp) in TIFFjpeg_set_defaults() 276 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace) in TIFFjpeg_set_colorspace() 282 TIFFjpeg_set_quality(JPEGState* sp, int quality, boolean force_baseline) in TIFFjpeg_set_quality() 289 TIFFjpeg_suppress_tables(JPEGState* sp, boolean suppress) in TIFFjpeg_suppress_tables() [all …]
|
D | tif_jpeg_12.c | 15 JPEGState* sp; in TIFFReInitJPEG_12()
|
/external/pdfium/third_party/libtiff/ |
D | tif_jpeg.c | 186 } JPEGState; typedef 188 #define JState(tif) ((JPEGState*)(tif)->tif_data) 223 JPEGState *sp = (JPEGState *) cinfo; /* NB: cinfo assumed first */ in TIFFjpeg_error_exit() 243 TIFFWarningExt(((JPEGState *) cinfo)->tif->tif_clientdata, "JPEGLib", "%s", buffer); in TIFFjpeg_output_message() 256 TIFFjpeg_create_compress(JPEGState* sp) in TIFFjpeg_create_compress() 270 TIFFjpeg_create_decompress(JPEGState* sp) in TIFFjpeg_create_decompress() 284 TIFFjpeg_set_defaults(JPEGState* sp) in TIFFjpeg_set_defaults() 290 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace) in TIFFjpeg_set_colorspace() 296 TIFFjpeg_set_quality(JPEGState* sp, int quality, boolean force_baseline) in TIFFjpeg_set_quality() 303 TIFFjpeg_suppress_tables(JPEGState* sp, boolean suppress) in TIFFjpeg_suppress_tables() [all …]
|