FFmpeg
|
#include <stdint.h>
Include dependency graph for sanm_data.h:
This graph shows which files directly or indirectly include this file:
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 [] |
Macro Definition Documentation
#define GLYPH_COORD_VECT_SIZE 16 |
Definition at line 27 of file sanm_data.h.
Referenced by make_glyphs().
Variable Documentation
|
static |
Definition at line 93 of file sanm_data.h.
Referenced by old_codec37().
|
static |
Initial value:
=
{ 0, 1, 2, 3, 3, 3, 3, 2, 1, 0, 0, 0, 1, 2, 2, 1 }
Definition at line 29 of file sanm_data.h.
Referenced by decode_init().
|
static |
Initial value:
=
{ 0, 0, 0, 0, 1, 2, 3, 3, 3, 3, 2, 1, 1, 1, 2, 2 }
Definition at line 31 of file sanm_data.h.
Referenced by decode_init().
|
static |
Initial value:
=
{ 0, 2, 5, 7, 7, 7, 7, 7, 7, 5, 2, 0, 0, 0, 0, 0 }
Definition at line 33 of file sanm_data.h.
Referenced by decode_init().
|
static |
Initial value:
=
{ 0, 0, 0, 0, 1, 3, 4, 6, 7, 7, 7, 7, 6, 4, 3, 1 }
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().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11