| FFmpeg
    | 
VP5 and VP6 compatible video decoder (common data) More...
#include "libavutil/common.h"

Go to the source code of this file.
| Data Structures | |
| struct | VP56Tree | 
| Typedefs | |
| typedef struct VP56Tree | VP56Tree | 
| Enumerations | |
| enum | VP56Frame { VP56_FRAME_NONE =-1, VP56_FRAME_CURRENT = 0, VP56_FRAME_PREVIOUS = 1, VP56_FRAME_GOLDEN = 2, VP56_FRAME_GOLDEN2 = 3 } | 
| enum | VP56mb { VP56_MB_INTER_NOVEC_PF = 0, VP56_MB_INTRA = 1, VP56_MB_INTER_DELTA_PF = 2, VP56_MB_INTER_V1_PF = 3, VP56_MB_INTER_V2_PF = 4, VP56_MB_INTER_NOVEC_GF = 5, VP56_MB_INTER_DELTA_GF = 6, VP56_MB_INTER_4V = 7, VP56_MB_INTER_V1_GF = 8, VP56_MB_INTER_V2_GF = 9 } | 
| 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 [] | 
| static const VP56Frame | vp56_reference_frame [] | 
| static const uint8_t | vp56_ac_dequant [64] | 
| static const uint8_t | vp56_dc_dequant [64] | 
| static const uint8_t | vp56_pre_def_mb_type_stats [16][3][10][2] | 
| static const uint8_t | vp56_filter_threshold [] | 
| static const uint8_t | vp56_mb_type_model_model [] | 
| static const VP56Tree | vp56_pmbtm_tree [] | 
| static const VP56Tree | vp56_pmbt_tree [] | 
| static const int8_t | vp56_candidate_predictor_pos [12][2] | 
Detailed Description
VP5 and VP6 compatible video decoder (common data)
Definition in file vp56data.h.
Typedef Documentation
Enumeration Type Documentation
| enum VP56Frame | 
| Enumerator | |
|---|---|
| VP56_FRAME_NONE | |
| VP56_FRAME_CURRENT | |
| VP56_FRAME_PREVIOUS | |
| VP56_FRAME_GOLDEN | |
| VP56_FRAME_GOLDEN2 | |
Definition at line 31 of file vp56data.h.
| enum VP56mb | 
Definition at line 39 of file vp56data.h.
Variable Documentation
| const uint8_t ff_vp56_b2p[] | 
Definition at line 28 of file vp56data.c.
Referenced by vp56_add_predictors_dc(), and vp56_decode_mb().
| 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().
| 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().
| 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().
| 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().
| 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().
| const VP56Tree ff_vp56_pc_tree[] | 
Definition at line 59 of file vp56data.c.
Referenced by vp5_parse_coeff(), and vp6_parse_coeff().
| 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().
| 
 | static | 
Definition at line 79 of file vp56data.h.
Referenced by ff_vp56_init_dequant().
| 
 | static | 
Definition at line 237 of file vp56data.h.
Referenced by vp56_get_vectors_predictors().
| 
 | static | 
Definition at line 90 of file vp56data.h.
Referenced by ff_vp56_init_dequant().
| 
 | static | 
Definition at line 200 of file vp56data.h.
Referenced by vp56_deblock_filter().
| 
 | static | 
Definition at line 211 of file vp56data.h.
Referenced by vp56_parse_mb_type_models().
| 
 | static | 
Definition at line 224 of file vp56data.h.
Referenced by vp56_parse_mb_type().
| 
 | static | 
Definition at line 215 of file vp56data.h.
Referenced by vp56_parse_mb_type_models().
| 
 | static | 
Definition at line 101 of file vp56data.h.
Referenced by vp56_parse_mb_type_models().
| 
 | static | 
Definition at line 66 of file vp56data.h.
Referenced by vp56_decode_mb(), and vp56_get_vectors_predictors().
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11