Go to the source code of this file.
#define CSTATE_RAW_OK 102 |
Definition at line 27 of file jpegint.h.
Referenced by jpeg_finish_compress(), jpeg_start_compress(), jpeg_write_m_header(), jpeg_write_marker(), and jpeg_write_raw_data().
#define CSTATE_SCANNING 101 |
Definition at line 26 of file jpegint.h.
Referenced by jpeg_finish_compress(), jpeg_start_compress(), jpeg_write_m_header(), jpeg_write_marker(), and jpeg_write_scanlines().
#define CSTATE_START 100 |
Definition at line 25 of file jpegint.h.
Referenced by jpeg_abort(), jpeg_add_quant_table(), jpeg_copy_critical_parameters(), jpeg_CreateCompress(), jpeg_set_colorspace(), jpeg_set_defaults(), jpeg_start_compress(), jpeg_write_tables(), and LOCAL().
#define CSTATE_WRCOEFS 103 |
Definition at line 28 of file jpegint.h.
Referenced by jpeg_finish_compress(), jpeg_write_m_header(), jpeg_write_marker(), and LOCAL().
#define DSTATE_BUFIMAGE 207 |
Definition at line 36 of file jpegint.h.
Referenced by jpeg_consume_input(), jpeg_finish_decompress(), jpeg_finish_output(), jpeg_new_colormap(), jpeg_start_output(), and LOCAL().
#define DSTATE_BUFPOST 208 |
Definition at line 37 of file jpegint.h.
Referenced by jpeg_consume_input(), and jpeg_finish_output().
#define DSTATE_INHEADER 201 |
Definition at line 30 of file jpegint.h.
Referenced by jpeg_consume_input(), and jpeg_read_header().
#define DSTATE_PRELOAD 203 |
#define DSTATE_PRESCAN 204 |
Definition at line 33 of file jpegint.h.
Referenced by jpeg_consume_input(), jpeg_start_output(), LOCAL(), and output_pass_setup().
#define DSTATE_RAW_OK 206 |
Definition at line 35 of file jpegint.h.
Referenced by jpeg_consume_input(), jpeg_finish_decompress(), jpeg_finish_output(), jpeg_read_raw_data(), and output_pass_setup().
#define DSTATE_READY 202 |
Definition at line 31 of file jpegint.h.
Referenced by jpeg_calc_output_dimensions(), jpeg_consume_input(), jpeg_has_multiple_scans(), and LOCAL().
#define DSTATE_SCANNING 205 |
Definition at line 34 of file jpegint.h.
Referenced by jpeg_consume_input(), jpeg_finish_decompress(), jpeg_finish_output(), jpeg_read_scanlines(), and output_pass_setup().
#define DSTATE_START 200 |
Definition at line 29 of file jpegint.h.
Referenced by jpeg_abort(), jpeg_consume_input(), jpeg_CreateDecompress(), jpeg_input_complete(), and jpeg_read_header().
#define DSTATE_STOPPING 210 |
Definition at line 39 of file jpegint.h.
Referenced by jpeg_consume_input(), jpeg_finish_decompress(), jpeg_has_multiple_scans(), jpeg_input_complete(), and LOCAL().
Definition at line 267 of file jpegint.h.
Referenced by initial_setup(), METHODDEF(), trim_bottom_edge(), and trim_right_edge().
Definition at line 269 of file jpegint.h.
Referenced by alloc_barray(), alloc_sarray(), do_barray_io(), do_sarray_io(), per_scan_setup(), pre_process_context(), and pre_process_data().
#define RIGHT_SHIFT | ( | x, | |||
shft | ) | ((x) >> (shft)) |
Definition at line 290 of file jpegint.h.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), h2v2_merged_upsample(), pass2_fs_dither(), quantize_fs_dither(), ycc_rgb565_convert(), ycc_rgb_convert(), and ycck_cmyk_convert().
#define SHIFT_TEMPS |
Definition at line 289 of file jpegint.h.
Referenced by build_ycc_rgb_table(), h2v1_merged_upsample(), h2v2_merged_upsample(), jpeg_fdct_ifast(), jpeg_fdct_islow(), jpeg_idct_1x1(), jpeg_idct_2x2(), jpeg_idct_4x4(), jpeg_idct_ifast(), jpeg_idct_islow(), pass2_fs_dither(), quantize_fs_dither(), start_pass(), start_pass_fdctmgr(), ycc_rgb565_convert(), ycc_rgb_convert(), and ycck_cmyk_convert().
enum J_BUF_MODE |
Definition at line 16 of file jpegint.h.
00016 { /* Operating modes for buffer controllers */ 00017 JBUF_PASS_THRU, /* Plain stripwise operation */ 00018 /* Remaining modes require a full-image buffer to have been created */ 00019 JBUF_SAVE_SOURCE, /* Run source subobject only, save output */ 00020 JBUF_CRANK_DEST, /* Run dest subobject only, using saved data */ 00021 JBUF_SAVE_AND_PASS /* Run both subobjects, save output */ 00022 } J_BUF_MODE;
EXTERN | ( | long | ) |
EXTERN | ( | void | ) |
typedef JMETHOD | ( | void | , | |
inverse_DCT_method_ptr | , | |||
(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) | ||||
) |
long b |
Definition at line 371 of file jpegint.h.
Referenced by cmyk_ycck_convert(), get_interesting_appn(), rgb_gray_convert(), and rgb_ycc_convert().
size_t bytestozero |
int JSAMPARRAY int dest_row |
const int jpeg_natural_order[] |
Definition at line 53 of file jutils.c.
Referenced by decode_mcu(), decode_mcu_AC_first(), decode_mcu_AC_refine(), emit_dqt(), encode_one_block(), get_dqt(), and htest_one_block().
int JSAMPARRAY int int JDIMENSION num_cols |
Definition at line 373 of file jpegint.h.
Referenced by cmyk_ycck_convert(), gray_rgb_convert(), grayscale_convert(), null_convert(), rgb_gray_convert(), rgb_ycc_convert(), ycc_rgb565_convert(), ycc_rgb_convert(), and ycck_cmyk_convert().
int JSAMPARRAY int int num_rows |
Definition at line 373 of file jpegint.h.
Referenced by merged_2v_upsample(), post_process_1pass(), post_process_2pass(), post_process_prepass(), and sep_upsample().
int source_row |