Searched defs:cinfo (Results 1 – 1 of 1) sorted by relevance
57 _source_init_source(j_decompress_ptr cinfo) in _source_init_source()66 _source_fill_input_buffer(j_decompress_ptr cinfo) in _source_fill_input_buffer()75 _source_skip_input_data(j_decompress_ptr cinfo, long num_bytes) in _source_skip_input_data()88 _source_resync_to_restart( j_decompress_ptr cinfo, int desired) in _source_resync_to_restart()98 _source_term_source(j_decompress_ptr cinfo) in _source_term_source()125 static void _error_exit(j_common_ptr cinfo) in _error_exit()143 struct jpeg_decompress_struct cinfo; in decompress() local