ReactOS 0.4.16-dev-125-g798ea90
|
Go to the source code of this file.
Classes | |
struct | jpeg_comp_master |
struct | jpeg_c_main_controller |
struct | jpeg_c_prep_controller |
struct | jpeg_c_coef_controller |
struct | jpeg_color_converter |
struct | jpeg_downsampler |
struct | jpeg_forward_dct |
struct | jpeg_entropy_encoder |
struct | jpeg_marker_writer |
struct | jpeg_decomp_master |
struct | jpeg_input_controller |
struct | jpeg_d_main_controller |
struct | jpeg_d_coef_controller |
struct | jpeg_d_post_controller |
struct | jpeg_marker_reader |
struct | jpeg_entropy_decoder |
struct | jpeg_inverse_dct |
struct | jpeg_upsampler |
struct | jpeg_color_deconverter |
struct | jpeg_color_quantizer |
Macros | |
#define | CSTATE_START 100 /* after create_compress */ |
#define | CSTATE_SCANNING 101 /* start_compress done, write_scanlines OK */ |
#define | CSTATE_RAW_OK 102 /* start_compress done, write_raw_data OK */ |
#define | CSTATE_WRCOEFS 103 /* jpeg_write_coefficients done */ |
#define | DSTATE_START 200 /* after create_decompress */ |
#define | DSTATE_INHEADER 201 /* reading header markers, no SOS yet */ |
#define | DSTATE_READY 202 /* found SOS, ready for start_decompress */ |
#define | DSTATE_PRELOAD 203 /* reading multiscan file in start_decompress*/ |
#define | DSTATE_PRESCAN 204 /* performing dummy pass for 2-pass quant */ |
#define | DSTATE_SCANNING 205 /* start_decompress done, read_scanlines OK */ |
#define | DSTATE_RAW_OK 206 /* start_decompress done, read_raw_data OK */ |
#define | DSTATE_BUFIMAGE 207 /* expecting jpeg_start_output */ |
#define | DSTATE_BUFPOST 208 /* looking for SOS/EOI in jpeg_finish_output */ |
#define | DSTATE_RDCOEFS 209 /* reading file in jpeg_read_coefficients */ |
#define | DSTATE_STOPPING 210 /* looking for EOI in jpeg_finish_decompress */ |
#define | RANGE_BITS 2 |
#define | RANGE_CENTER (CENTERJSAMPLE << RANGE_BITS) |
#define | MAX(a, b) ((a) > (b) ? (a) : (b)) |
#define | MIN(a, b) ((a) < (b) ? (a) : (b)) |
#define | SHIFT_TEMPS |
#define | RIGHT_SHIFT(x, shft) ((x) >> (shft)) |
#define | DESCALE(x, n) RIGHT_SHIFT((x) + ((INT32) 1 << ((n)-1)), n) |
#define | FMEMZERO(target, size) MEMZERO(target,size) |
Enumerations | |
enum | J_BUF_MODE { JBUF_PASS_THRU , JBUF_SAVE_SOURCE , JBUF_CRANK_DEST , JBUF_SAVE_AND_PASS } |
Functions | |
typedef | JMETHOD (void, forward_DCT_ptr,(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks)) |
typedef | JMETHOD (void, inverse_DCT_method_ptr,(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col)) |
EXTERN (void) jinit_compress_master JPP((j_compress_ptr cinfo)) | |
EXTERN (long) jdiv_round_up JPP((long a | |
#define CSTATE_WRCOEFS 103 /* jpeg_write_coefficients done */ |
#define DSTATE_BUFIMAGE 207 /* expecting jpeg_start_output */ |
#define DSTATE_STOPPING 210 /* looking for EOI in jpeg_finish_decompress */ |
#define RANGE_CENTER (CENTERJSAMPLE << RANGE_BITS) |
Enumerator | |
---|---|
JBUF_PASS_THRU | |
JBUF_SAVE_SOURCE | |
JBUF_CRANK_DEST | |
JBUF_SAVE_AND_PASS |
Definition at line 17 of file jpegint.h.
EXTERN | ( | long | ) |
EXTERN | ( | void | ) |
typedef JMETHOD | ( | void | , |
forward_DCT_ptr | , | ||
(j_compress_ptr cinfo, jpeg_component_info *compptr, JSAMPARRAY sample_data, JBLOCKROW coef_blocks, JDIMENSION start_row, JDIMENSION start_col, JDIMENSION num_blocks) | |||
) |
typedef JMETHOD | ( | void | , |
inverse_DCT_method_ptr | , | ||
(j_decompress_ptr cinfo, jpeg_component_info *compptr, JCOEFPTR coef_block, JSAMPARRAY output_buf, JDIMENSION output_col) | |||
) |
int JSAMPARRAY int dest_row |
Definition at line 420 of file jpegint.h.
Referenced by jcopy_sample_rows().
Definition at line 31 of file jaricom.c.
Referenced by arith_decode(), and arith_encode().
Definition at line 54 of file jutils.c.
Referenced by decode_mcu(), get_dqt(), initial_setup(), and jpeg_CreateCompress().
Definition at line 112 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 105 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 98 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 89 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 79 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
Definition at line 67 of file jutils.c.
Referenced by get_dqt(), and initial_setup().
boolean need_full_buffer |
Definition at line 384 of file jpegint.h.
Referenced by jinit_c_coef_controller(), jinit_c_main_controller(), jinit_c_prep_controller(), jinit_d_coef_controller(), jinit_d_main_controller(), and jinit_d_post_controller().
JBLOCKROW JDIMENSION num_blocks |
Definition at line 423 of file jpegint.h.
Referenced by forward_DCT(), jcopy_block_row(), pdb_ds_read(), pdb_jg_read(), Storage32Impl_GetExtDepotBlock(), and StorageImpl_GetNextBlockInChain().
int JSAMPARRAY int int JDIMENSION num_cols |
Definition at line 421 of file jpegint.h.
Referenced by class_object_Next(), cmyk_ycck_convert(), compare_record(), create_signature_columns_and_data(), create_signature_table(), create_table(), expand_bottom_edge(), free_columns(), gray_rgb_convert(), grayscale_convert(), jcopy_sample_rows(), null_convert(), rgb1_gray_convert(), rgb1_rgb_convert(), rgb_convert(), rgb_gray_convert(), rgb_rgb1_convert(), rgb_ycc_convert(), TABLE_delete_row(), table_load_transform(), ycc_rgb_convert(), and ycck_cmyk_convert().
int JSAMPARRAY int int num_rows |
Definition at line 421 of file jpegint.h.
Referenced by access_virt_barray(), access_virt_sarray(), assembly_get_external_files(), cmyk_ycck_convert(), create_table(), expand_right_edge(), fill_printer(), fill_processor(), gray_rgb_convert(), grayscale_convert(), jcopy_sample_rows(), msi_export_suminfo(), null_convert(), post_process_1pass(), rgb1_gray_convert(), rgb1_rgb_convert(), rgb_convert(), rgb_gray_convert(), rgb_rgb1_convert(), rgb_ycc_convert(), sep_upsample(), STREAMS_delete_row(), STREAMS_insert_row(), TABLE_delete_row(), ycc_rgb_convert(), and ycck_cmyk_convert().
int JSAMPARRAY output_array |
Definition at line 420 of file jpegint.h.
Referenced by jcopy_sample_rows().
JBLOCKROW output_row |
Definition at line 422 of file jpegint.h.
Referenced by cmyk_ycck_convert(), grayscale_convert(), jcopy_block_row(), null_convert(), rgb_convert(), rgb_gray_convert(), rgb_rgb1_convert(), and rgb_ycc_convert().
int source_row |
Definition at line 419 of file jpegint.h.
Referenced by jcopy_sample_rows().
boolean transcode_only |
Definition at line 382 of file jpegint.h.
Referenced by jinit_c_master_control().