Lines Matching defs:sp
223 JPEGState *sp = (JPEGState *) cinfo; /* NB: cinfo assumed first */ in TIFFjpeg_error_exit() local
252 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) argument
253 #define CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1)) argument
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()
309 TIFFjpeg_start_compress(JPEGState* sp, boolean write_all_tables) in TIFFjpeg_start_compress()
316 TIFFjpeg_write_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int num_lines) in TIFFjpeg_write_scanlines()
323 TIFFjpeg_write_raw_data(JPEGState* sp, JSAMPIMAGE data, int num_lines) in TIFFjpeg_write_raw_data()
330 TIFFjpeg_finish_compress(JPEGState* sp) in TIFFjpeg_finish_compress()
336 TIFFjpeg_write_tables(JPEGState* sp) in TIFFjpeg_write_tables()
342 TIFFjpeg_read_header(JPEGState* sp, boolean require_image) in TIFFjpeg_read_header()
348 TIFFjpeg_start_decompress(JPEGState* sp) in TIFFjpeg_start_decompress()
354 TIFFjpeg_read_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int max_lines) in TIFFjpeg_read_scanlines()
361 TIFFjpeg_read_raw_data(JPEGState* sp, JSAMPIMAGE data, int max_lines) in TIFFjpeg_read_raw_data()
368 TIFFjpeg_finish_decompress(JPEGState* sp) in TIFFjpeg_finish_decompress()
374 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
380 TIFFjpeg_destroy(JPEGState* sp) in TIFFjpeg_destroy()
386 TIFFjpeg_alloc_sarray(JPEGState* sp, int pool_id, in TIFFjpeg_alloc_sarray()
403 JPEGState* sp = (JPEGState*) cinfo; in std_init_destination() local
413 JPEGState* sp = (JPEGState*) cinfo; in std_empty_output_buffer() local
441 JPEGState* sp = (JPEGState*) cinfo; in std_term_destination() local
451 TIFFjpeg_data_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_dest()
467 JPEGState* sp = (JPEGState*) cinfo; in tables_init_destination() local
477 JPEGState* sp = (JPEGState*) cinfo; in tables_empty_output_buffer() local
495 JPEGState* sp = (JPEGState*) cinfo; in tables_term_destination() local
502 TIFFjpeg_tables_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_dest()
533 JPEGState* sp = (JPEGState*) cinfo; in std_init_source() local
543 JPEGState* sp = (JPEGState* ) cinfo; in std_fill_input_buffer() local
579 JPEGState* sp = (JPEGState*) cinfo; in std_skip_input_data() local
600 TIFFjpeg_data_src(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_src()
621 JPEGState* sp = (JPEGState*) cinfo; in tables_init_source() local
628 TIFFjpeg_tables_src(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_src()
645 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
708 JPEGState* sp = JState(tif); in JPEGFixupTags() local
972 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1020 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1197 JPEGState *sp = JState(tif); in JPEGDecode() local
1253 JPEGState *sp = JState(tif); in JPEGDecode() local
1375 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1515 unsuppress_quant_table (JPEGState* sp, int tblno) in unsuppress_quant_table()
1524 suppress_quant_table (JPEGState* sp, int tblno) in suppress_quant_table()
1533 unsuppress_huff_table (JPEGState* sp, int tblno) in unsuppress_huff_table()
1544 suppress_huff_table (JPEGState* sp, int tblno) in suppress_huff_table()
1557 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1589 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1763 JPEGState *sp = JState(tif); in JPEGPreEncode() local
1900 JPEGState *sp = JState(tif); in JPEGEncode() local
1978 JPEGState *sp = JState(tif); in JPEGEncodeRaw() local
2062 JPEGState *sp = JState(tif); in JPEGPostEncode() local
2097 JPEGState *sp = JState(tif); in JPEGCleanup() local
2117 JPEGState* sp = JState(tif); in JPEGResetUpsampled() local
2152 JPEGState* sp = JState(tif); in JPEGVSetField() local
2207 JPEGState* sp = JState(tif); in JPEGVGetField() local
2234 JPEGState* sp = JState(tif); in JPEGPrintDir() local
2251 JPEGState* sp = JState(tif); in JPEGDefaultStripSize() local
2263 JPEGState* sp = JState(tif); in JPEGDefaultTileSize() local
2295 JPEGState* sp = JState(tif); in JPEGInitializeLibJPEG() local
2337 JPEGState* sp; in TIFFInitJPEG() local