FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | GLYPH_COORD_VECT_SIZE 16 |
Variables | |
static const int8_t | glyph4_x [GLYPH_COORD_VECT_SIZE] |
static const int8_t | glyph4_y [GLYPH_COORD_VECT_SIZE] |
static const int8_t | glyph8_x [GLYPH_COORD_VECT_SIZE] |
static const int8_t | glyph8_y [GLYPH_COORD_VECT_SIZE] |
static const int8_t | motion_vectors [256][2] |
static const int8_t | c37_mv [] |
#define GLYPH_COORD_VECT_SIZE 16 |
Definition at line 27 of file sanm_data.h.
Referenced by make_glyphs().
|
static |
Definition at line 29 of file sanm_data.h.
Referenced by decode_init().
|
static |
Definition at line 31 of file sanm_data.h.
Referenced by decode_init().
|
static |
Definition at line 33 of file sanm_data.h.
Referenced by decode_init().
|
static |
Definition at line 35 of file sanm_data.h.
Referenced by decode_init().
|
static |
Definition at line 38 of file sanm_data.h.
Referenced by codec2subblock(), and process_block().
|
static |
Definition at line 93 of file sanm_data.h.
Referenced by old_codec37().