![]() |
PandA-2024.02
|

Go to the source code of this file.
Macros | |
| #define | NUM_HUFF_TBLS 2 |
| #define | NUM_QUANT_TBLS 4 |
| #define | DCTSIZE 8 |
| #define | DCTSIZE2 64 |
| #define | NUM_COMPONENT 3 |
| #define | RGB_NUM 3 |
| #define | IDCT_SHIFT 128 |
| #define | IDCT_BOUNT 255 |
| #define | MARKER_MARKER 0xff |
| #define | SF1_1_1 0 |
| #define | SF4_1_1 2 |
| #define DCTSIZE 8 |
Definition at line 48 of file decode.h.
Referenced by Write4Blocks(), WriteBlock(), and WriteOneBlock().
| #define DCTSIZE2 64 |
Definition at line 49 of file decode.h.
Referenced by BoundIDctMatrix(), decode_block(), decode_start(), DecodeHuffMCU(), get_dqt(), IQuantize(), IZigzagMatrix(), PostshiftIDctMatrix(), and YuvToRgb().
| #define IDCT_BOUNT 255 |
Definition at line 63 of file decode.h.
Referenced by decode_block().
| #define IDCT_SHIFT 128 |
Definition at line 62 of file decode.h.
Referenced by decode_block().
| #define NUM_COMPONENT 3 |
Definition at line 55 of file decode.h.
Referenced by decode_start().
| #define RGB_NUM 3 |
Definition at line 57 of file decode.h.
Referenced by __attribute__(), decode_start(), and jpeg2bmp_main().
| #define SF1_1_1 0 |
Definition at line 67 of file decode.h.
Referenced by decode_start(), and get_sof().
| int p_jinfo_ac_dhuff_tbl_maxcode[NUM_HUFF_TBLS][36] |
Definition at line 98 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_ac_dhuff_tbl_mincode[NUM_HUFF_TBLS][36] |
Definition at line 99 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_ac_dhuff_tbl_ml[NUM_HUFF_TBLS] |
Definition at line 97 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_ac_dhuff_tbl_valptr[NUM_HUFF_TBLS][36] |
Definition at line 100 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_ac_xhuff_tbl_bits[NUM_HUFF_TBLS][36] |
Definition at line 89 of file decode.h.
Referenced by get_dht(), and jpeg_init_decompress().
| int p_jinfo_ac_xhuff_tbl_huffval[NUM_HUFF_TBLS][257] |
Definition at line 90 of file decode.h.
Referenced by DecodeHuffMCU(), and get_dht().
| char p_jinfo_comps_info_ac_tbl_no[NUM_COMPONENT] |
| char p_jinfo_comps_info_dc_tbl_no[NUM_COMPONENT] |
Definition at line 81 of file decode.h.
Referenced by DecodeHuffMCU(), and get_sos().
| char p_jinfo_comps_info_h_samp_factor[NUM_COMPONENT] |
| char p_jinfo_comps_info_id[NUM_COMPONENT] |
| char p_jinfo_comps_info_index[NUM_COMPONENT] |
| char p_jinfo_comps_info_quant_tbl_no[NUM_COMPONENT] |
Definition at line 80 of file decode.h.
Referenced by decode_block(), and get_sof().
| char p_jinfo_comps_info_v_samp_factor[NUM_COMPONENT] |
| int p_jinfo_dc_dhuff_tbl_maxcode[NUM_HUFF_TBLS][36] |
Definition at line 93 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_dc_dhuff_tbl_mincode[NUM_HUFF_TBLS][36] |
Definition at line 94 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_dc_dhuff_tbl_ml[NUM_HUFF_TBLS] |
Definition at line 92 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_dc_dhuff_tbl_valptr[NUM_HUFF_TBLS][36] |
Definition at line 95 of file decode.h.
Referenced by DecodeHuffMCU(), and jpeg_init_decompress().
| int p_jinfo_dc_xhuff_tbl_bits[NUM_HUFF_TBLS][36] |
Definition at line 86 of file decode.h.
Referenced by get_dht(), and jpeg_init_decompress().
| int p_jinfo_dc_xhuff_tbl_huffval[NUM_HUFF_TBLS][257] |
Definition at line 87 of file decode.h.
Referenced by DecodeHuffMCU(), and get_dht().
| short p_jinfo_image_height |
Definition at line 71 of file decode.h.
Referenced by decode_start(), get_sof(), jpeg_init_decompress(), Write4Blocks(), and WriteBlock().
| short p_jinfo_image_width |
Definition at line 72 of file decode.h.
Referenced by decode_start(), get_sof(), jpeg_init_decompress(), Write4Blocks(), and WriteBlock().
| unsigned char* p_jinfo_jpeg_data |
Definition at line 106 of file decode.h.
Referenced by decode_start(), and get_sos().
| int p_jinfo_MCUHeight |
Definition at line 103 of file decode.h.
Referenced by jpeg_init_decompress().
| int p_jinfo_MCUWidth |
Definition at line 102 of file decode.h.
Referenced by jpeg_init_decompress(), Write4Blocks(), and WriteBlock().
| char p_jinfo_num_components |
| int p_jinfo_NumMCU |
Definition at line 104 of file decode.h.
Referenced by decode_start(), and jpeg_init_decompress().
| unsigned int p_jinfo_quant_tbl_quantval[NUM_QUANT_TBLS][DCTSIZE2] |
Definition at line 84 of file decode.h.
Referenced by decode_block(), and get_dqt().
| int p_jinfo_smp_fact |
Definition at line 74 of file decode.h.
Referenced by decode_start(), and get_sof().
1.8.13