FFmpeg
|
VP5 compatible video decoder. More...
#include <stdint.h>
Go to the source code of this file.
Variables | |
static const uint8_t | vp5_coeff_groups [] |
static const uint8_t | vp5_vmc_pct [2][11] |
static const uint8_t | vp5_dccv_pct [2][11] |
static const uint8_t | vp5_ract_pct [3][2][6][11] |
static const int16_t | vp5_dccv_lc [5][36][2] |
static const int16_t | vp5_ract_lc [3][3][5][6][2] |
static const uint8_t | vp5_coord_div [] = { 2, 2, 2, 2, 4, 4 } |
VP5 compatible video decoder.
Definition in file vp5data.h.
|
static |
Definition at line 31 of file vp5data.h.
Referenced by vp5_parse_coeff().
|
static |
Definition at line 42 of file vp5data.h.
Referenced by vp5_parse_vector_models().
|
static |
Definition at line 47 of file vp5data.h.
Referenced by vp5_parse_coeff_models().
|
static |
Definition at line 52 of file vp5data.h.
Referenced by vp5_parse_coeff_models().
|
static |
Definition at line 91 of file vp5data.h.
Referenced by vp5_parse_coeff_models().
|
static |
Definition at line 124 of file vp5data.h.
Referenced by vp5_parse_coeff_models().
|
static |
Definition at line 175 of file vp5data.h.
Referenced by vp5_decode_init().