FFmpeg
|
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | FILTERPARAM_ELEMENTS 643 |
#define | BIAS_ELEMENTS 255 |
#define | CODING_MODE_ELEMENTS 140 |
#define | FILTER_COEFFS_ELEMENTS 43 |
#define | SHORT_CODES_ELEMENTS 169 |
#define | LONG_CODES_ELEMENTS 441 |
Variables | |
static const uint8_t | filter_param_def [3][324] |
static const uint8_t | bias_def [3][128] |
static const uint8_t | coding_mode_def [3][72] |
static const uint8_t | filter_coeffs_def [3][10][11][24] |
static const uint8_t | short_codes_def [3][15][88] |
static const uint8_t | long_codes_def [3][125][224] |
#define FILTERPARAM_ELEMENTS 643 |
Definition at line 28 of file ralfdata.h.
Referenced by decode_init().
#define BIAS_ELEMENTS 255 |
Definition at line 29 of file ralfdata.h.
Referenced by decode_init().
#define CODING_MODE_ELEMENTS 140 |
Definition at line 30 of file ralfdata.h.
Referenced by decode_init().
#define FILTER_COEFFS_ELEMENTS 43 |
Definition at line 31 of file ralfdata.h.
Referenced by decode_init().
#define SHORT_CODES_ELEMENTS 169 |
Definition at line 32 of file ralfdata.h.
Referenced by decode_init().
#define LONG_CODES_ELEMENTS 441 |
Definition at line 33 of file ralfdata.h.
Referenced by decode_init().
|
static |
Definition at line 35 of file ralfdata.h.
Referenced by decode_init().
|
static |
Definition at line 123 of file ralfdata.h.
Referenced by decode_init().
|
static |
Definition at line 163 of file ralfdata.h.
Referenced by decode_init().
|
static |
Definition at line 188 of file ralfdata.h.
Referenced by decode_init().
|
static |
Definition at line 1577 of file ralfdata.h.
Referenced by decode_init().
|
static |
Definition at line 2036 of file ralfdata.h.
Referenced by decode_init().