FFmpeg
Variables
vp56data.h File Reference
#include <stdint.h>
#include "vp56.h"

Go to the source code of this file.

Variables

const uint8_t ff_vp56_b2p []
 
const uint8_t ff_vp56_b6to4 []
 
const uint8_t ff_vp56_coeff_parse_table [6][11]
 
const uint8_t ff_vp56_def_mb_types_stats [3][10][2]
 
const VP56Tree ff_vp56_pva_tree []
 
const VP56Tree ff_vp56_pc_tree []
 
const uint8_t ff_vp56_coeff_bias []
 
const uint8_t ff_vp56_coeff_bit_length []
 
const VP56Frame ff_vp56_reference_frame []
 
const uint8_t ff_vp56_ac_dequant [64]
 
const uint8_t ff_vp56_dc_dequant [64]
 
const uint8_t ff_vp56_pre_def_mb_type_stats [16][3][10][2]
 
const uint8_t ff_vp56_filter_threshold []
 
const uint8_t ff_vp56_mb_type_model_model []
 
const VP56Tree ff_vp56_pmbtm_tree []
 
const VP56Tree ff_vp56_pmbt_tree []
 
const int8_t ff_vp56_candidate_predictor_pos [12][2]
 

Detailed Description

VP5 and VP6 compatible video decoder (common data)

Definition in file vp56data.h.

Variable Documentation

◆ ff_vp56_b2p

const uint8_t ff_vp56_b2p[]

Definition at line 28 of file vp56data.c.

Referenced by vp56_add_predictors_dc(), and vp56_render_mb().

◆ ff_vp56_b6to4

const uint8_t ff_vp56_b6to4[]

Definition at line 29 of file vp56data.c.

Referenced by vp56_add_predictors_dc(), vp5_parse_coeff(), and vp6_parse_coeff().

◆ ff_vp56_coeff_parse_table

const uint8_t ff_vp56_coeff_parse_table[6][11]

Definition at line 31 of file vp56data.c.

Referenced by vp5_parse_coeff(), and vp6_parse_coeff().

◆ ff_vp56_def_mb_types_stats

const uint8_t ff_vp56_def_mb_types_stats[3][10][2]

Definition at line 40 of file vp56data.c.

Referenced by vp5_default_models_init(), and vp6_default_models_init().

◆ ff_vp56_pva_tree

const VP56Tree ff_vp56_pva_tree[]

Definition at line 49 of file vp56data.c.

Referenced by vp5_parse_vector_adjustment(), and vp6_parse_vector_adjustment().

◆ ff_vp56_pc_tree

const VP56Tree ff_vp56_pc_tree[]

Definition at line 59 of file vp56data.c.

Referenced by vp5_parse_coeff(), and vp6_parse_coeff().

◆ ff_vp56_coeff_bias

const uint8_t ff_vp56_coeff_bias[]

Definition at line 67 of file vp56data.c.

Referenced by vp5_parse_coeff(), vp6_parse_coeff(), and vp6_parse_coeff_huffman().

◆ ff_vp56_coeff_bit_length

const uint8_t ff_vp56_coeff_bit_length[]

Definition at line 68 of file vp56data.c.

Referenced by vp5_parse_coeff(), and vp6_parse_coeff().

◆ ff_vp56_reference_frame

const VP56Frame ff_vp56_reference_frame[]

Definition at line 70 of file vp56data.c.

Referenced by vp56_get_vectors_predictors(), and vp56_render_mb().

◆ ff_vp56_ac_dequant

const uint8_t ff_vp56_ac_dequant[64]

Definition at line 83 of file vp56data.c.

Referenced by ff_vp56_init_dequant().

◆ ff_vp56_dc_dequant

const uint8_t ff_vp56_dc_dequant[64]

Definition at line 94 of file vp56data.c.

Referenced by ff_vp56_init_dequant().

◆ ff_vp56_pre_def_mb_type_stats

const uint8_t ff_vp56_pre_def_mb_type_stats[16][3][10][2]

Definition at line 105 of file vp56data.c.

Referenced by vp56_parse_mb_type_models().

◆ ff_vp56_filter_threshold

const uint8_t ff_vp56_filter_threshold[]

Definition at line 204 of file vp56data.c.

Referenced by ff_vp56_init_dequant(), and vp56_deblock_filter().

◆ ff_vp56_mb_type_model_model

const uint8_t ff_vp56_mb_type_model_model[]

Definition at line 215 of file vp56data.c.

Referenced by vp56_parse_mb_type_models().

◆ ff_vp56_pmbtm_tree

const VP56Tree ff_vp56_pmbtm_tree[]

Definition at line 219 of file vp56data.c.

Referenced by vp56_parse_mb_type_models().

◆ ff_vp56_pmbt_tree

const VP56Tree ff_vp56_pmbt_tree[]

Definition at line 228 of file vp56data.c.

Referenced by vp56_parse_mb_type().

◆ ff_vp56_candidate_predictor_pos

const int8_t ff_vp56_candidate_predictor_pos[12][2]

Definition at line 241 of file vp56data.c.

Referenced by vp56_get_vectors_predictors().