Lines Matching defs:sp

215 	JPEGState *sp = (JPEGState *) cinfo;	/* NB: cinfo assumed first */  in TIFFjpeg_error_exit()  local
244 #define CALLJPEG(sp, fail, op) (SETJMP((sp)->exit_jmpbuf) ? (fail) : (op)) argument
245 #define CALLVJPEG(sp, op) CALLJPEG(sp, 0, ((op),1)) argument
248 TIFFjpeg_create_compress(JPEGState* sp) in TIFFjpeg_create_compress()
262 TIFFjpeg_create_decompress(JPEGState* sp) in TIFFjpeg_create_decompress()
276 TIFFjpeg_set_defaults(JPEGState* sp) in TIFFjpeg_set_defaults()
282 TIFFjpeg_set_colorspace(JPEGState* sp, J_COLOR_SPACE colorspace) in TIFFjpeg_set_colorspace()
288 TIFFjpeg_set_quality(JPEGState* sp, int quality, boolean force_baseline) in TIFFjpeg_set_quality()
295 TIFFjpeg_suppress_tables(JPEGState* sp, boolean suppress) in TIFFjpeg_suppress_tables()
301 TIFFjpeg_start_compress(JPEGState* sp, boolean write_all_tables) in TIFFjpeg_start_compress()
308 TIFFjpeg_write_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int num_lines) in TIFFjpeg_write_scanlines()
315 TIFFjpeg_write_raw_data(JPEGState* sp, JSAMPIMAGE data, int num_lines) in TIFFjpeg_write_raw_data()
322 TIFFjpeg_finish_compress(JPEGState* sp) in TIFFjpeg_finish_compress()
328 TIFFjpeg_write_tables(JPEGState* sp) in TIFFjpeg_write_tables()
334 TIFFjpeg_read_header(JPEGState* sp, boolean require_image) in TIFFjpeg_read_header()
340 TIFFjpeg_start_decompress(JPEGState* sp) in TIFFjpeg_start_decompress()
346 TIFFjpeg_read_scanlines(JPEGState* sp, JSAMPARRAY scanlines, int max_lines) in TIFFjpeg_read_scanlines()
353 TIFFjpeg_read_raw_data(JPEGState* sp, JSAMPIMAGE data, int max_lines) in TIFFjpeg_read_raw_data()
360 TIFFjpeg_finish_decompress(JPEGState* sp) in TIFFjpeg_finish_decompress()
366 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
372 TIFFjpeg_destroy(JPEGState* sp) in TIFFjpeg_destroy()
378 TIFFjpeg_alloc_sarray(JPEGState* sp, int pool_id, in TIFFjpeg_alloc_sarray()
395 JPEGState* sp = (JPEGState*) cinfo; in std_init_destination() local
405 JPEGState* sp = (JPEGState*) cinfo; in std_empty_output_buffer() local
433 JPEGState* sp = (JPEGState*) cinfo; in std_term_destination() local
443 TIFFjpeg_data_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_dest()
459 JPEGState* sp = (JPEGState*) cinfo; in tables_init_destination() local
469 JPEGState* sp = (JPEGState*) cinfo; in tables_empty_output_buffer() local
487 JPEGState* sp = (JPEGState*) cinfo; in tables_term_destination() local
494 TIFFjpeg_tables_dest(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_dest()
525 JPEGState* sp = (JPEGState*) cinfo; in std_init_source() local
535 JPEGState* sp = (JPEGState* ) cinfo; in std_fill_input_buffer() local
571 JPEGState* sp = (JPEGState*) cinfo; in std_skip_input_data() local
592 TIFFjpeg_data_src(JPEGState* sp, TIFF* tif) in TIFFjpeg_data_src()
613 JPEGState* sp = (JPEGState*) cinfo; in tables_init_source() local
620 TIFFjpeg_tables_src(JPEGState* sp, TIFF* tif) in TIFFjpeg_tables_src()
637 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
962 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1010 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1187 JPEGState *sp = JState(tif); in JPEGDecode() local
1243 JPEGState *sp = JState(tif); in JPEGDecode() local
1365 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1505 unsuppress_quant_table (JPEGState* sp, int tblno) in unsuppress_quant_table()
1514 suppress_quant_table (JPEGState* sp, int tblno) in suppress_quant_table()
1523 unsuppress_huff_table (JPEGState* sp, int tblno) in unsuppress_huff_table()
1534 suppress_huff_table (JPEGState* sp, int tblno) in suppress_huff_table()
1547 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1579 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1739 JPEGState *sp = JState(tif); in JPEGPreEncode() local
1876 JPEGState *sp = JState(tif); in JPEGEncode() local
1954 JPEGState *sp = JState(tif); in JPEGEncodeRaw() local
2038 JPEGState *sp = JState(tif); in JPEGPostEncode() local
2073 JPEGState *sp = JState(tif); in JPEGCleanup() local
2093 JPEGState* sp = JState(tif); in JPEGResetUpsampled() local
2128 JPEGState* sp = JState(tif); in JPEGVSetField() local
2184 JPEGState* sp = JState(tif); in JPEGVGetField() local
2211 JPEGState* sp = JState(tif); in JPEGPrintDir() local
2228 JPEGState* sp = JState(tif); in JPEGDefaultStripSize() local
2240 JPEGState* sp = JState(tif); in JPEGDefaultTileSize() local
2272 JPEGState* sp = JState(tif); in JPEGInitializeLibJPEG() local
2305 JPEGState* sp; in TIFFInitJPEG() local