j_compress_ptr 31 3rdparty/libjpeg/jcapimin.c jpeg_CreateCompress (j_compress_ptr cinfo, int version, size_t structsize) j_compress_ptr 96 3rdparty/libjpeg/jcapimin.c jpeg_destroy_compress (j_compress_ptr cinfo) j_compress_ptr 108 3rdparty/libjpeg/jcapimin.c jpeg_abort_compress (j_compress_ptr cinfo) j_compress_ptr 127 3rdparty/libjpeg/jcapimin.c jpeg_suppress_tables (j_compress_ptr cinfo, boolean suppress) j_compress_ptr 155 3rdparty/libjpeg/jcapimin.c jpeg_finish_compress (j_compress_ptr cinfo) j_compress_ptr 200 3rdparty/libjpeg/jcapimin.c jpeg_write_marker (j_compress_ptr cinfo, int marker, j_compress_ptr 203 3rdparty/libjpeg/jcapimin.c JMETHOD(void, write_marker_byte, (j_compress_ptr info, int val)); j_compress_ptr 222 3rdparty/libjpeg/jcapimin.c jpeg_write_m_header (j_compress_ptr cinfo, int marker, unsigned int datalen) j_compress_ptr 234 3rdparty/libjpeg/jcapimin.c jpeg_write_m_byte (j_compress_ptr cinfo, int val) j_compress_ptr 262 3rdparty/libjpeg/jcapimin.c jpeg_write_tables (j_compress_ptr cinfo) j_compress_ptr 38 3rdparty/libjpeg/jcapistd.c jpeg_start_compress (j_compress_ptr cinfo, boolean write_all_tables) j_compress_ptr 77 3rdparty/libjpeg/jcapistd.c jpeg_write_scanlines (j_compress_ptr cinfo, JSAMPARRAY scanlines, j_compress_ptr 120 3rdparty/libjpeg/jcapistd.c jpeg_write_raw_data (j_compress_ptr cinfo, JSAMPIMAGE data, j_compress_ptr 116 3rdparty/libjpeg/jcarith.c emit_byte (int val, j_compress_ptr cinfo) j_compress_ptr 133 3rdparty/libjpeg/jcarith.c finish_pass (j_compress_ptr cinfo) j_compress_ptr 219 3rdparty/libjpeg/jcarith.c arith_encode (j_compress_ptr cinfo, unsigned char *st, int val) j_compress_ptr 319 3rdparty/libjpeg/jcarith.c emit_restart (j_compress_ptr cinfo, int restart_num) j_compress_ptr 362 3rdparty/libjpeg/jcarith.c encode_mcu_DC_first (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 453 3rdparty/libjpeg/jcarith.c encode_mcu_AC_first (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 558 3rdparty/libjpeg/jcarith.c encode_mcu_DC_refine (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 593 3rdparty/libjpeg/jcarith.c encode_mcu_AC_refine (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 692 3rdparty/libjpeg/jcarith.c encode_mcu (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 840 3rdparty/libjpeg/jcarith.c start_pass (j_compress_ptr cinfo, boolean gather_statistics) j_compress_ptr 923 3rdparty/libjpeg/jcarith.c jinit_arith_encoder (j_compress_ptr cinfo) j_compress_ptr 63 3rdparty/libjpeg/jccoefct.c JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf)); j_compress_ptr 66 3rdparty/libjpeg/jccoefct.c JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf)); j_compress_ptr 68 3rdparty/libjpeg/jccoefct.c JPP((j_compress_ptr cinfo, JSAMPIMAGE input_buf)); j_compress_ptr 73 3rdparty/libjpeg/jccoefct.c start_iMCU_row (j_compress_ptr cinfo) j_compress_ptr 101 3rdparty/libjpeg/jccoefct.c start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode) j_compress_ptr 144 3rdparty/libjpeg/jccoefct.c compress_data (j_compress_ptr cinfo, JSAMPIMAGE input_buf) j_compress_ptr 249 3rdparty/libjpeg/jccoefct.c compress_first_pass (j_compress_ptr cinfo, JSAMPIMAGE input_buf) j_compress_ptr 346 3rdparty/libjpeg/jccoefct.c compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) j_compress_ptr 410 3rdparty/libjpeg/jccoefct.c jinit_c_coef_controller (j_compress_ptr cinfo, boolean need_full_buffer) j_compress_ptr 87 3rdparty/libjpeg/jccolor.c rgb_ycc_start (j_compress_ptr cinfo) j_compress_ptr 131 3rdparty/libjpeg/jccolor.c rgb_ycc_convert (j_compress_ptr cinfo, j_compress_ptr 187 3rdparty/libjpeg/jccolor.c rgb_gray_convert (j_compress_ptr cinfo, j_compress_ptr 225 3rdparty/libjpeg/jccolor.c cmyk_ycck_convert (j_compress_ptr cinfo, j_compress_ptr 280 3rdparty/libjpeg/jccolor.c rgb_rgb1_convert (j_compress_ptr cinfo, j_compress_ptr 319 3rdparty/libjpeg/jccolor.c grayscale_convert (j_compress_ptr cinfo, j_compress_ptr 347 3rdparty/libjpeg/jccolor.c rgb_convert (j_compress_ptr cinfo, j_compress_ptr 380 3rdparty/libjpeg/jccolor.c null_convert (j_compress_ptr cinfo, j_compress_ptr 412 3rdparty/libjpeg/jccolor.c null_method (j_compress_ptr cinfo) j_compress_ptr 423 3rdparty/libjpeg/jccolor.c jinit_color_converter (j_compress_ptr cinfo) j_compress_ptr 65 3rdparty/libjpeg/jcdctmgr.c forward_DCT (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 128 3rdparty/libjpeg/jcdctmgr.c forward_DCT_float (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 180 3rdparty/libjpeg/jcdctmgr.c start_pass_fdctmgr (j_compress_ptr cinfo) j_compress_ptr 464 3rdparty/libjpeg/jcdctmgr.c jinit_forward_dct (j_compress_ptr cinfo) j_compress_ptr 107 3rdparty/libjpeg/jchuff.c j_compress_ptr cinfo; /* link to cinfo (needed for dump_buffer) */ j_compress_ptr 127 3rdparty/libjpeg/jchuff.c j_compress_ptr cinfo; /* dump_buffer needs access to this */ j_compress_ptr 161 3rdparty/libjpeg/jchuff.c jpeg_make_c_derived_tbl (j_compress_ptr cinfo, boolean isDC, int tblno, j_compress_ptr 541 3rdparty/libjpeg/jchuff.c encode_mcu_DC_first (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 628 3rdparty/libjpeg/jchuff.c encode_mcu_AC_first (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 739 3rdparty/libjpeg/jchuff.c encode_mcu_DC_refine (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 786 3rdparty/libjpeg/jchuff.c encode_mcu_AC_refine (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 1016 3rdparty/libjpeg/jchuff.c encode_mcu_huff (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 1073 3rdparty/libjpeg/jchuff.c finish_pass_huff (j_compress_ptr cinfo) j_compress_ptr 1122 3rdparty/libjpeg/jchuff.c htest_one_block (j_compress_ptr cinfo, JCOEFPTR block, int last_dc_val, j_compress_ptr 1197 3rdparty/libjpeg/jchuff.c encode_mcu_gather (j_compress_ptr cinfo, JBLOCKROW *MCU_data) j_compress_ptr 1256 3rdparty/libjpeg/jchuff.c jpeg_gen_optimal_table (j_compress_ptr cinfo, JHUFF_TBL * htbl, long freq[]) j_compress_ptr 1397 3rdparty/libjpeg/jchuff.c finish_pass_gather (j_compress_ptr cinfo) j_compress_ptr 1451 3rdparty/libjpeg/jchuff.c start_pass_huff (j_compress_ptr cinfo, boolean gather_statistics) j_compress_ptr 1557 3rdparty/libjpeg/jchuff.c jinit_huff_encoder (j_compress_ptr cinfo) j_compress_ptr 30 3rdparty/libjpeg/jcinit.c jinit_compress_master (j_compress_ptr cinfo) j_compress_ptr 56 3rdparty/libjpeg/jcmainct.c JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf, j_compress_ptr 60 3rdparty/libjpeg/jcmainct.c JPP((j_compress_ptr cinfo, JSAMPARRAY input_buf, j_compress_ptr 70 3rdparty/libjpeg/jcmainct.c start_pass_main (j_compress_ptr cinfo, J_BUF_MODE pass_mode) j_compress_ptr 114 3rdparty/libjpeg/jcmainct.c process_data_simple_main (j_compress_ptr cinfo, j_compress_ptr 170 3rdparty/libjpeg/jcmainct.c process_data_buffer_main (j_compress_ptr cinfo, j_compress_ptr 248 3rdparty/libjpeg/jcmainct.c jinit_c_main_controller (j_compress_ptr cinfo, boolean need_full_buffer) j_compress_ptr 110 3rdparty/libjpeg/jcmarker.c emit_byte (j_compress_ptr cinfo, int val) j_compress_ptr 124 3rdparty/libjpeg/jcmarker.c emit_marker (j_compress_ptr cinfo, JPEG_MARKER mark) j_compress_ptr 133 3rdparty/libjpeg/jcmarker.c emit_2bytes (j_compress_ptr cinfo, int value) j_compress_ptr 146 3rdparty/libjpeg/jcmarker.c emit_dqt (j_compress_ptr cinfo, int index) j_compress_ptr 187 3rdparty/libjpeg/jcmarker.c emit_dht (j_compress_ptr cinfo, int index, boolean is_ac) j_compress_ptr 225 3rdparty/libjpeg/jcmarker.c emit_dac (j_compress_ptr cinfo) j_compress_ptr 274 3rdparty/libjpeg/jcmarker.c emit_dri (j_compress_ptr cinfo) j_compress_ptr 286 3rdparty/libjpeg/jcmarker.c emit_lse_ict (j_compress_ptr cinfo) j_compress_ptr 317 3rdparty/libjpeg/jcmarker.c emit_sof (j_compress_ptr cinfo, JPEG_MARKER code) j_compress_ptr 348 3rdparty/libjpeg/jcmarker.c emit_sos (j_compress_ptr cinfo) j_compress_ptr 383 3rdparty/libjpeg/jcmarker.c emit_pseudo_sos (j_compress_ptr cinfo) j_compress_ptr 399 3rdparty/libjpeg/jcmarker.c emit_jfif_app0 (j_compress_ptr cinfo) j_compress_ptr 434 3rdparty/libjpeg/jcmarker.c emit_adobe_app14 (j_compress_ptr cinfo) j_compress_ptr 488 3rdparty/libjpeg/jcmarker.c write_marker_header (j_compress_ptr cinfo, int marker, unsigned int datalen) j_compress_ptr 500 3rdparty/libjpeg/jcmarker.c write_marker_byte (j_compress_ptr cinfo, int val) j_compress_ptr 519 3rdparty/libjpeg/jcmarker.c write_file_header (j_compress_ptr cinfo) j_compress_ptr 545 3rdparty/libjpeg/jcmarker.c write_frame_header (j_compress_ptr cinfo) j_compress_ptr 613 3rdparty/libjpeg/jcmarker.c write_scan_header (j_compress_ptr cinfo) j_compress_ptr 657 3rdparty/libjpeg/jcmarker.c write_file_trailer (j_compress_ptr cinfo) j_compress_ptr 671 3rdparty/libjpeg/jcmarker.c write_tables_only (j_compress_ptr cinfo) j_compress_ptr 700 3rdparty/libjpeg/jcmarker.c jinit_marker_writer (j_compress_ptr cinfo) j_compress_ptr 53 3rdparty/libjpeg/jcmaster.c jpeg_calc_jpeg_dimensions (j_compress_ptr cinfo) j_compress_ptr 209 3rdparty/libjpeg/jcmaster.c jpeg_calc_trans_dimensions (j_compress_ptr cinfo) j_compress_ptr 220 3rdparty/libjpeg/jcmaster.c initial_setup (j_compress_ptr cinfo, boolean transcode_only) j_compress_ptr 358 3rdparty/libjpeg/jcmaster.c validate_script (j_compress_ptr cinfo) j_compress_ptr 493 3rdparty/libjpeg/jcmaster.c reduce_script (j_compress_ptr cinfo) j_compress_ptr 528 3rdparty/libjpeg/jcmaster.c select_scan_parameters (j_compress_ptr cinfo) j_compress_ptr 572 3rdparty/libjpeg/jcmaster.c per_scan_setup (j_compress_ptr cinfo) j_compress_ptr 665 3rdparty/libjpeg/jcmaster.c prepare_for_pass (j_compress_ptr cinfo) j_compress_ptr 753 3rdparty/libjpeg/jcmaster.c pass_startup (j_compress_ptr cinfo) j_compress_ptr 767 3rdparty/libjpeg/jcmaster.c finish_pass_master (j_compress_ptr cinfo) j_compress_ptr 807 3rdparty/libjpeg/jcmaster.c jinit_c_master_control (j_compress_ptr cinfo, boolean transcode_only) j_compress_ptr 24 3rdparty/libjpeg/jcparam.c jpeg_add_quant_table (j_compress_ptr cinfo, int which_tbl, j_compress_ptr 91 3rdparty/libjpeg/jcparam.c jpeg_default_qtables (j_compress_ptr cinfo, boolean force_baseline) j_compress_ptr 106 3rdparty/libjpeg/jcparam.c jpeg_set_linear_quality (j_compress_ptr cinfo, int scale_factor, j_compress_ptr 149 3rdparty/libjpeg/jcparam.c jpeg_set_quality (j_compress_ptr cinfo, int quality, boolean force_baseline) j_compress_ptr 169 3rdparty/libjpeg/jcparam.c add_huff_table (j_compress_ptr cinfo, j_compress_ptr 199 3rdparty/libjpeg/jcparam.c std_huff_tables (j_compress_ptr cinfo) j_compress_ptr 285 3rdparty/libjpeg/jcparam.c jpeg_set_defaults (j_compress_ptr cinfo) j_compress_ptr 384 3rdparty/libjpeg/jcparam.c jpeg_default_colorspace (j_compress_ptr cinfo) j_compress_ptr 416 3rdparty/libjpeg/jcparam.c jpeg_set_colorspace (j_compress_ptr cinfo, J_COLOR_SPACE colorspace) j_compress_ptr 564 3rdparty/libjpeg/jcparam.c jpeg_simple_progression (j_compress_ptr cinfo) j_compress_ptr 78 3rdparty/libjpeg/jcprepct.c start_pass_prep (j_compress_ptr cinfo, J_BUF_MODE pass_mode) j_compress_ptr 128 3rdparty/libjpeg/jcprepct.c pre_process_data (j_compress_ptr cinfo, j_compress_ptr 197 3rdparty/libjpeg/jcprepct.c pre_process_context (j_compress_ptr cinfo, j_compress_ptr 269 3rdparty/libjpeg/jcprepct.c create_context_buffer (j_compress_ptr cinfo) j_compress_ptr 318 3rdparty/libjpeg/jcprepct.c jinit_c_prep_controller (j_compress_ptr cinfo, boolean need_full_buffer) j_compress_ptr 55 3rdparty/libjpeg/jcsample.c (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 84 3rdparty/libjpeg/jcsample.c start_pass_downsample (j_compress_ptr cinfo) j_compress_ptr 123 3rdparty/libjpeg/jcsample.c sep_downsample (j_compress_ptr cinfo, j_compress_ptr 150 3rdparty/libjpeg/jcsample.c int_downsample (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 199 3rdparty/libjpeg/jcsample.c fullsize_downsample (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 224 3rdparty/libjpeg/jcsample.c h2v1_downsample (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 261 3rdparty/libjpeg/jcsample.c h2v2_downsample (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 305 3rdparty/libjpeg/jcsample.c h2v2_smooth_downsample (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 406 3rdparty/libjpeg/jcsample.c fullsize_smooth_downsample (j_compress_ptr cinfo, jpeg_component_info *compptr, j_compress_ptr 478 3rdparty/libjpeg/jcsample.c jinit_downsampler (j_compress_ptr cinfo) j_compress_ptr 21 3rdparty/libjpeg/jctrans.c JPP((j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays)); j_compress_ptr 23 3rdparty/libjpeg/jctrans.c JPP((j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays)); j_compress_ptr 39 3rdparty/libjpeg/jctrans.c jpeg_write_coefficients (j_compress_ptr cinfo, jvirt_barray_ptr * coef_arrays) j_compress_ptr 65 3rdparty/libjpeg/jctrans.c j_compress_ptr dstinfo) j_compress_ptr 166 3rdparty/libjpeg/jctrans.c transencode_master_selection (j_compress_ptr cinfo, j_compress_ptr 224 3rdparty/libjpeg/jctrans.c start_iMCU_row (j_compress_ptr cinfo) j_compress_ptr 252 3rdparty/libjpeg/jctrans.c start_pass_coef (j_compress_ptr cinfo, J_BUF_MODE pass_mode) j_compress_ptr 275 3rdparty/libjpeg/jctrans.c compress_output (j_compress_ptr cinfo, JSAMPIMAGE input_buf) j_compress_ptr 360 3rdparty/libjpeg/jctrans.c transencode_coef_controller (j_compress_ptr cinfo, j_compress_ptr 64 3rdparty/libjpeg/jdatadst.c init_destination (j_compress_ptr cinfo) j_compress_ptr 78 3rdparty/libjpeg/jdatadst.c init_mem_destination (j_compress_ptr cinfo) j_compress_ptr 108 3rdparty/libjpeg/jdatadst.c empty_output_buffer (j_compress_ptr cinfo) j_compress_ptr 123 3rdparty/libjpeg/jdatadst.c empty_mem_output_buffer (j_compress_ptr cinfo) j_compress_ptr 163 3rdparty/libjpeg/jdatadst.c term_destination (j_compress_ptr cinfo) j_compress_ptr 180 3rdparty/libjpeg/jdatadst.c term_mem_destination (j_compress_ptr cinfo) j_compress_ptr 196 3rdparty/libjpeg/jdatadst.c jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile) j_compress_ptr 235 3rdparty/libjpeg/jdatadst.c jpeg_mem_dest (j_compress_ptr cinfo, j_compress_ptr 47 3rdparty/libjpeg/jpegint.h JMETHOD(void, prepare_for_pass, (j_compress_ptr cinfo)); j_compress_ptr 48 3rdparty/libjpeg/jpegint.h JMETHOD(void, pass_startup, (j_compress_ptr cinfo)); j_compress_ptr 49 3rdparty/libjpeg/jpegint.h JMETHOD(void, finish_pass, (j_compress_ptr cinfo)); j_compress_ptr 58 3rdparty/libjpeg/jpegint.h JMETHOD(void, start_pass, (j_compress_ptr cinfo, J_BUF_MODE pass_mode)); j_compress_ptr 59 3rdparty/libjpeg/jpegint.h JMETHOD(void, process_data, (j_compress_ptr cinfo, j_compress_ptr 66 3rdparty/libjpeg/jpegint.h JMETHOD(void, start_pass, (j_compress_ptr cinfo, J_BUF_MODE pass_mode)); j_compress_ptr 67 3rdparty/libjpeg/jpegint.h JMETHOD(void, pre_process_data, (j_compress_ptr cinfo, j_compress_ptr 78 3rdparty/libjpeg/jpegint.h JMETHOD(void, start_pass, (j_compress_ptr cinfo, J_BUF_MODE pass_mode)); j_compress_ptr 79 3rdparty/libjpeg/jpegint.h JMETHOD(boolean, compress_data, (j_compress_ptr cinfo, j_compress_ptr 85 3rdparty/libjpeg/jpegint.h JMETHOD(void, start_pass, (j_compress_ptr cinfo)); j_compress_ptr 86 3rdparty/libjpeg/jpegint.h JMETHOD(void, color_convert, (j_compress_ptr cinfo, j_compress_ptr 93 3rdparty/libjpeg/jpegint.h JMETHOD(void, start_pass, (j_compress_ptr cinfo)); j_compress_ptr 94 3rdparty/libjpeg/jpegint.h JMETHOD(void, downsample, (j_compress_ptr cinfo, j_compress_ptr 104 3rdparty/libjpeg/jpegint.h (j_compress_ptr cinfo, jpeg_component_info * compptr, j_compress_ptr 110 3rdparty/libjpeg/jpegint.h JMETHOD(void, start_pass, (j_compress_ptr cinfo)); j_compress_ptr 117 3rdparty/libjpeg/jpegint.h JMETHOD(void, start_pass, (j_compress_ptr cinfo, boolean gather_statistics)); j_compress_ptr 118 3rdparty/libjpeg/jpegint.h JMETHOD(boolean, encode_mcu, (j_compress_ptr cinfo, JBLOCKROW *MCU_data)); j_compress_ptr 119 3rdparty/libjpeg/jpegint.h JMETHOD(void, finish_pass, (j_compress_ptr cinfo)); j_compress_ptr 124 3rdparty/libjpeg/jpegint.h JMETHOD(void, write_file_header, (j_compress_ptr cinfo)); j_compress_ptr 125 3rdparty/libjpeg/jpegint.h JMETHOD(void, write_frame_header, (j_compress_ptr cinfo)); j_compress_ptr 126 3rdparty/libjpeg/jpegint.h JMETHOD(void, write_scan_header, (j_compress_ptr cinfo)); j_compress_ptr 127 3rdparty/libjpeg/jpegint.h JMETHOD(void, write_file_trailer, (j_compress_ptr cinfo)); j_compress_ptr 128 3rdparty/libjpeg/jpegint.h JMETHOD(void, write_tables_only, (j_compress_ptr cinfo)); j_compress_ptr 131 3rdparty/libjpeg/jpegint.h JMETHOD(void, write_marker_header, (j_compress_ptr cinfo, int marker, j_compress_ptr 133 3rdparty/libjpeg/jpegint.h JMETHOD(void, write_marker_byte, (j_compress_ptr cinfo, int val)); j_compress_ptr 360 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_compress_master JPP((j_compress_ptr cinfo)); j_compress_ptr 361 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_c_master_control JPP((j_compress_ptr cinfo, j_compress_ptr 363 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_c_main_controller JPP((j_compress_ptr cinfo, j_compress_ptr 365 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_c_prep_controller JPP((j_compress_ptr cinfo, j_compress_ptr 367 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_c_coef_controller JPP((j_compress_ptr cinfo, j_compress_ptr 369 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_color_converter JPP((j_compress_ptr cinfo)); j_compress_ptr 370 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_downsampler JPP((j_compress_ptr cinfo)); j_compress_ptr 371 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_forward_dct JPP((j_compress_ptr cinfo)); j_compress_ptr 372 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_huff_encoder JPP((j_compress_ptr cinfo)); j_compress_ptr 373 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_arith_encoder JPP((j_compress_ptr cinfo)); j_compress_ptr 374 3rdparty/libjpeg/jpegint.h EXTERN(void) jinit_marker_writer JPP((j_compress_ptr cinfo)); j_compress_ptr 278 3rdparty/libjpeg/jpeglib.h typedef struct jpeg_compress_struct * j_compress_ptr; j_compress_ptr 769 3rdparty/libjpeg/jpeglib.h JMETHOD(void, init_destination, (j_compress_ptr cinfo)); j_compress_ptr 770 3rdparty/libjpeg/jpeglib.h JMETHOD(boolean, empty_output_buffer, (j_compress_ptr cinfo)); j_compress_ptr 771 3rdparty/libjpeg/jpeglib.h JMETHOD(void, term_destination, (j_compress_ptr cinfo)); j_compress_ptr 957 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_CreateCompress JPP((j_compress_ptr cinfo, j_compress_ptr 962 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_destroy_compress JPP((j_compress_ptr cinfo)); j_compress_ptr 967 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_stdio_dest JPP((j_compress_ptr cinfo, FILE * outfile)); j_compress_ptr 971 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_mem_dest JPP((j_compress_ptr cinfo, j_compress_ptr 979 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_set_defaults JPP((j_compress_ptr cinfo)); j_compress_ptr 981 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_set_colorspace JPP((j_compress_ptr cinfo, j_compress_ptr 983 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_default_colorspace JPP((j_compress_ptr cinfo)); j_compress_ptr 984 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_set_quality JPP((j_compress_ptr cinfo, int quality, j_compress_ptr 986 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_set_linear_quality JPP((j_compress_ptr cinfo, j_compress_ptr 989 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_default_qtables JPP((j_compress_ptr cinfo, j_compress_ptr 991 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_add_quant_table JPP((j_compress_ptr cinfo, int which_tbl, j_compress_ptr 996 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_simple_progression JPP((j_compress_ptr cinfo)); j_compress_ptr 997 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_suppress_tables JPP((j_compress_ptr cinfo, j_compress_ptr 1003 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_start_compress JPP((j_compress_ptr cinfo, j_compress_ptr 1005 3rdparty/libjpeg/jpeglib.h EXTERN(JDIMENSION) jpeg_write_scanlines JPP((j_compress_ptr cinfo, j_compress_ptr 1008 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_finish_compress JPP((j_compress_ptr cinfo)); j_compress_ptr 1011 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_calc_jpeg_dimensions JPP((j_compress_ptr cinfo)); j_compress_ptr 1014 3rdparty/libjpeg/jpeglib.h EXTERN(JDIMENSION) jpeg_write_raw_data JPP((j_compress_ptr cinfo, j_compress_ptr 1020 3rdparty/libjpeg/jpeglib.h JPP((j_compress_ptr cinfo, int marker, j_compress_ptr 1024 3rdparty/libjpeg/jpeglib.h JPP((j_compress_ptr cinfo, int marker, unsigned int datalen)); j_compress_ptr 1026 3rdparty/libjpeg/jpeglib.h JPP((j_compress_ptr cinfo, int val)); j_compress_ptr 1029 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_write_tables JPP((j_compress_ptr cinfo)); j_compress_ptr 1087 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_write_coefficients JPP((j_compress_ptr cinfo, j_compress_ptr 1090 3rdparty/libjpeg/jpeglib.h j_compress_ptr dstinfo)); j_compress_ptr 1098 3rdparty/libjpeg/jpeglib.h EXTERN(void) jpeg_abort_compress JPP((j_compress_ptr cinfo)); j_compress_ptr 387 3rdparty/libtiff/tif_jpeg.c std_init_destination(j_compress_ptr cinfo) j_compress_ptr 397 3rdparty/libtiff/tif_jpeg.c std_empty_output_buffer(j_compress_ptr cinfo) j_compress_ptr 425 3rdparty/libtiff/tif_jpeg.c std_term_destination(j_compress_ptr cinfo) j_compress_ptr 451 3rdparty/libtiff/tif_jpeg.c tables_init_destination(j_compress_ptr cinfo) j_compress_ptr 461 3rdparty/libtiff/tif_jpeg.c tables_empty_output_buffer(j_compress_ptr cinfo) j_compress_ptr 479 3rdparty/libtiff/tif_jpeg.c tables_term_destination(j_compress_ptr cinfo) j_compress_ptr 490 modules/imgcodecs/src/grfmt_jpeg.cpp stub(j_compress_ptr) j_compress_ptr 495 modules/imgcodecs/src/grfmt_jpeg.cpp term_destination (j_compress_ptr cinfo) j_compress_ptr 507 modules/imgcodecs/src/grfmt_jpeg.cpp empty_output_buffer (j_compress_ptr cinfo) j_compress_ptr 519 modules/imgcodecs/src/grfmt_jpeg.cpp static void jpeg_buffer_dest(j_compress_ptr cinfo, JpegDestination* destination)