FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
vp5data.h File Reference

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 }
 

Detailed Description

VP5 compatible video decoder.

Definition in file vp5data.h.

Variable Documentation

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_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().

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 uint8_t vp5_ract_pct[3][2][6][11]
static

Definition at line 52 of file vp5data.h.

Referenced by vp5_parse_coeff_models().

const int16_t vp5_dccv_lc[5][36][2]
static

Definition at line 91 of file vp5data.h.

Referenced by vp5_parse_coeff_models().

const int16_t vp5_ract_lc[3][3][5][6][2]
static

Definition at line 124 of file vp5data.h.

Referenced by vp5_parse_coeff_models().

const uint8_t vp5_coord_div[] = { 2, 2, 2, 2, 4, 4 }
static

Definition at line 175 of file vp5data.h.

Referenced by vp5_decode_init().