![]() |
PandA-2024.02
|

Go to the source code of this file.
Macros | |
| #define | JPEGSIZE 5207 |
Variables | |
| int | main_result |
| unsigned char * | CurHuffReadBuf |
| int | OutData_image_width |
| int | OutData_image_height |
| int | OutData_comp_vpos [RGB_NUM] |
| int | OutData_comp_hpos [RGB_NUM] |
| unsigned char | OutData_comp_buf [RGB_NUM][BMP_OUT_SIZE] |
| const unsigned char | hana_jpg [JPEGSIZE] |
| const unsigned char | hana_bmp [RGB_NUM][BMP_OUT_SIZE] |
| int | out_width = 90 |
| int | out_length = 59 |
| #define JPEGSIZE 5207 |
Definition at line 57 of file init.h.
Referenced by __attribute__(), and jpeg2bmp_main().
| const unsigned char hana_bmp[RGB_NUM][BMP_OUT_SIZE] |
Definition at line 385 of file init.h.
Referenced by __attribute__(), and jpeg2bmp_main().
| const unsigned char hana_jpg[JPEGSIZE] |
Definition at line 59 of file init.h.
Referenced by __attribute__(), and jpeg2bmp_main().
| int out_length = 59 |
Definition at line 1266 of file init.h.
Referenced by __attribute__(), and jpeg2bmp_main().
| int out_width = 90 |
Definition at line 1265 of file init.h.
Referenced by __attribute__(), and jpeg2bmp_main().
| unsigned char OutData_comp_buf[RGB_NUM][BMP_OUT_SIZE] |
Definition at line 46 of file init.h.
Referenced by __attribute__(), decode_start(), and jpeg2bmp_main().
| int OutData_comp_hpos[RGB_NUM] |
Definition at line 45 of file init.h.
Referenced by jpeg_read().
| int OutData_comp_vpos[RGB_NUM] |
Definition at line 44 of file init.h.
Referenced by jpeg_read().
| int OutData_image_height |
Definition at line 43 of file init.h.
Referenced by __attribute__(), jpeg2bmp_main(), and jpeg_read().
| int OutData_image_width |
Definition at line 42 of file init.h.
Referenced by __attribute__(), jpeg2bmp_main(), and jpeg_read().
1.8.13