#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 } |
Definition in file vp5data.h.
const uint8_t vp5_coeff_groups[] [static] |
Initial value:
{ -1, 0, 1, 1, 2, 1, 1, 2, 2, 1, 1, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 1, 2, 2, 3, 3, 4, 3, 4, 4, 4, 3, 3, 3, 3, 3, 4, 3, 3, 3, 4, 4, 4, 4, 4, 3, 3, 4, 4, 4, 3, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, }
Definition at line 31 of file vp5data.h.
Referenced by vp5_parse_coeff().
const uint8_t vp5_coord_div[] = { 2, 2, 2, 2, 4, 4 } [static] |
const int16_t vp5_dccv_lc[5][36][2] [static] |
const uint8_t vp5_dccv_pct[2][11] [static] |
Initial value:
{ { 146, 197, 181, 207, 232, 243, 238, 251, 244, 250, 249 }, { 179, 219, 214, 240, 250, 254, 244, 254, 254, 254, 254 }, }
Definition at line 47 of file vp5data.h.
Referenced by vp5_parse_coeff_models().
const int16_t vp5_ract_lc[3][3][5][6][2] [static] |
const uint8_t vp5_ract_pct[3][2][6][11] [static] |
const uint8_t vp5_vmc_pct[2][11] [static] |
Initial value:
{ { 243, 220, 251, 253, 237, 232, 241, 245, 247, 251, 253 }, { 235, 211, 246, 249, 234, 231, 248, 249, 252, 252, 254 }, }
Definition at line 42 of file vp5data.h.
Referenced by vp5_parse_vector_models().