Lines Matching defs:sp

218 	JPEGState *sp = (JPEGState *) cinfo;	/* NB: cinfo assumed first */  in TIFFjpeg_error_exit()  local
247 JPEGState *sp = (JPEGState *) cinfo; /* NB: cinfo assumed first */ in TIFFjpeg_progress_monitor() local
274 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) argument
275 #define CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1)) argument
278 TIFFjpeg_create_compress(JPEGState* sp) in TIFFjpeg_create_compress()
292 TIFFjpeg_create_decompress(JPEGState* sp) in TIFFjpeg_create_decompress()
306 TIFFjpeg_set_defaults(JPEGState* sp) in TIFFjpeg_set_defaults()
312 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace) in TIFFjpeg_set_colorspace()
318 TIFFjpeg_set_quality(JPEGState* sp, int quality, boolean force_baseline) in TIFFjpeg_set_quality()
325 TIFFjpeg_suppress_tables(JPEGState* sp, boolean suppress) in TIFFjpeg_suppress_tables()
331 TIFFjpeg_start_compress(JPEGState* sp, boolean write_all_tables) in TIFFjpeg_start_compress()
338 TIFFjpeg_write_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int num_lines) in TIFFjpeg_write_scanlines()
345 TIFFjpeg_write_raw_data(JPEGState* sp, JSAMPIMAGE data, int num_lines) in TIFFjpeg_write_raw_data()
352 TIFFjpeg_finish_compress(JPEGState* sp) in TIFFjpeg_finish_compress()
358 TIFFjpeg_write_tables(JPEGState* sp) in TIFFjpeg_write_tables()
364 TIFFjpeg_read_header(JPEGState* sp, boolean require_image) in TIFFjpeg_read_header()
370 TIFFjpeg_has_multiple_scans(JPEGState* sp) in TIFFjpeg_has_multiple_scans()
376 TIFFjpeg_start_decompress(JPEGState* sp) in TIFFjpeg_start_decompress()
391 TIFFjpeg_read_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int max_lines) in TIFFjpeg_read_scanlines()
398 TIFFjpeg_read_raw_data(JPEGState* sp, JSAMPIMAGE data, int max_lines) in TIFFjpeg_read_raw_data()
405 TIFFjpeg_finish_decompress(JPEGState* sp) in TIFFjpeg_finish_decompress()
411 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
417 TIFFjpeg_destroy(JPEGState* sp) in TIFFjpeg_destroy()
423 TIFFjpeg_alloc_sarray(JPEGState* sp, int pool_id, in TIFFjpeg_alloc_sarray()
440 JPEGState* sp = (JPEGState*) cinfo; in std_init_destination() local
450 JPEGState* sp = (JPEGState*) cinfo; in std_empty_output_buffer() local
478 JPEGState* sp = (JPEGState*) cinfo; in std_term_destination() local
488 TIFFjpeg_data_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_dest()
504 JPEGState* sp = (JPEGState*) cinfo; in tables_init_destination() local
514 JPEGState* sp = (JPEGState*) cinfo; in tables_empty_output_buffer() local
532 JPEGState* sp = (JPEGState*) cinfo; in tables_term_destination() local
539 TIFFjpeg_tables_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_dest()
570 JPEGState* sp = (JPEGState*) cinfo; in std_init_source() local
580 JPEGState* sp = (JPEGState* ) cinfo; in std_fill_input_buffer() local
616 JPEGState* sp = (JPEGState*) cinfo; in std_skip_input_data() local
637 TIFFjpeg_data_src(JPEGState* sp) in TIFFjpeg_data_src()
657 JPEGState* sp = (JPEGState*) cinfo; in tables_init_source() local
664 TIFFjpeg_tables_src(JPEGState* sp) in TIFFjpeg_tables_src()
681 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
744 JPEGState* sp = JState(tif); in JPEGFixupTags() local
1005 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1089 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1321 JPEGState *sp = JState(tif); in JPEGDecode() local
1377 JPEGState *sp = JState(tif); in JPEGDecode() local
1499 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1647 unsuppress_quant_table (JPEGState* sp, int tblno) in unsuppress_quant_table()
1656 suppress_quant_table (JPEGState* sp, int tblno) in suppress_quant_table()
1665 unsuppress_huff_table (JPEGState* sp, int tblno) in unsuppress_huff_table()
1676 suppress_huff_table (JPEGState* sp, int tblno) in suppress_huff_table()
1689 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1721 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1895 JPEGState *sp = JState(tif); in JPEGPreEncode() local
2032 JPEGState *sp = JState(tif); in JPEGEncode() local
2110 JPEGState *sp = JState(tif); in JPEGEncodeRaw() local
2194 JPEGState *sp = JState(tif); in JPEGPostEncode() local
2229 JPEGState *sp = JState(tif); in JPEGCleanup() local
2249 JPEGState* sp = JState(tif); in JPEGResetUpsampled() local
2284 JPEGState* sp = JState(tif); in JPEGVSetField() local
2339 JPEGState* sp = JState(tif); in JPEGVGetField() local
2366 JPEGState* sp = JState(tif); in JPEGPrintDir() local
2383 JPEGState* sp = JState(tif); in JPEGDefaultStripSize() local
2395 JPEGState* sp = JState(tif); in JPEGDefaultTileSize() local
2427 JPEGState* sp = JState(tif); in JPEGInitializeLibJPEG() local
2479 JPEGState* sp; in TkimgTIFFInitJpeg() local