PandA-2024.02
|
Go to the source code of this file.
Functions | |
void | jpeg_init_decompress () |
void | jpeg_read (unsigned char *read_buf) |
void jpeg_init_decompress | ( | ) |
Definition at line 47 of file jfif_read.c.
References huff_make_dhuff_tb(), p_jinfo_ac_dhuff_tbl_maxcode, p_jinfo_ac_dhuff_tbl_mincode, p_jinfo_ac_dhuff_tbl_ml, p_jinfo_ac_dhuff_tbl_valptr, p_jinfo_ac_xhuff_tbl_bits, p_jinfo_dc_dhuff_tbl_maxcode, p_jinfo_dc_dhuff_tbl_mincode, p_jinfo_dc_dhuff_tbl_ml, p_jinfo_dc_dhuff_tbl_valptr, p_jinfo_dc_xhuff_tbl_bits, p_jinfo_image_height, p_jinfo_image_width, p_jinfo_MCUHeight, p_jinfo_MCUWidth, and p_jinfo_NumMCU.
Referenced by jpeg_read().
void jpeg_read | ( | unsigned char * | read_buf | ) |
Definition at line 89 of file jfif_read.c.
References decode_start(), jpeg_init_decompress(), OutData_comp_hpos, OutData_comp_vpos, OutData_image_height, OutData_image_width, and read_markers().
Referenced by __attribute__(), and jpeg2bmp_main().