#include <stdint.h>Go to the source code of this file.
Defines | |
| #define | IR2_CODES 143 |
Variables | |
| static const uint16_t | ir2_codes [IR2_CODES][2] |
| static const uint8_t | ir2_luma_table [256] |
| #define IR2_CODES 143 |
Definition at line 27 of file indeo2data.h.
Referenced by ir2_decode_init().
const uint16_t ir2_codes[IR2_CODES][2] [static] |
Definition at line 28 of file indeo2data.h.
Referenced by ir2_decode_init().
const uint8_t ir2_luma_table[256] [static] |
Definition at line 106 of file indeo2data.h.
Referenced by ir2_decode_frame().