26 #ifndef AVCODEC_VP56DATA_H 27 #define AVCODEC_VP56DATA_H 32 extern const uint8_t ff_vp56_b2p[];
33 extern const uint8_t ff_vp56_b6to4[];
34 extern const uint8_t ff_vp56_coeff_parse_table[6][11];
35 extern const uint8_t ff_vp56_def_mb_types_stats[3][10][2];
36 extern const VP56Tree ff_vp56_pva_tree[];
37 extern const VP56Tree ff_vp56_pc_tree[];
38 extern const uint8_t ff_vp56_coeff_bias[];
39 extern const uint8_t ff_vp56_coeff_bit_length[];
41 extern const VP56Frame ff_vp56_reference_frame[];
42 extern const uint8_t ff_vp56_ac_dequant[64];
43 extern const uint8_t ff_vp56_dc_dequant[64];
44 extern const uint8_t ff_vp56_pre_def_mb_type_stats[16][3][10][2];
45 extern const uint8_t ff_vp56_filter_threshold[];
46 extern const uint8_t ff_vp56_mb_type_model_model[];
47 extern const VP56Tree ff_vp56_pmbtm_tree[];
48 extern const VP56Tree ff_vp56_pmbt_tree[];
49 extern const int8_t ff_vp56_candidate_predictor_pos[12][2];
VP5 and VP6 compatible video decoder (common features)
common internal and external API header