comparison vp56data.h @ 5709:9792a3aa9215 libavcodec

rename vp56_b6to3 to vp56_b2p
author aurel
date Mon, 24 Sep 2007 20:52:11 +0000
parents 2b72f9bc4f06
children 314be1cfdcb0
comparison
equal deleted inserted replaced
5708:8f52599c4c6c 5709:9792a3aa9215
49 typedef struct { 49 typedef struct {
50 int8_t val; 50 int8_t val;
51 int8_t prob_idx; 51 int8_t prob_idx;
52 } vp56_tree_t; 52 } vp56_tree_t;
53 53
54 extern const uint8_t vp56_b6to3[]; 54 extern const uint8_t vp56_b2p[];
55 extern const uint8_t vp56_b6to4[]; 55 extern const uint8_t vp56_b6to4[];
56 extern const uint8_t vp56_coeff_parse_table[6][11]; 56 extern const uint8_t vp56_coeff_parse_table[6][11];
57 extern const uint8_t vp56_def_mb_types_stats[3][10][2]; 57 extern const uint8_t vp56_def_mb_types_stats[3][10][2];
58 extern const vp56_tree_t vp56_pva_tree[]; 58 extern const vp56_tree_t vp56_pva_tree[];
59 extern const vp56_tree_t vp56_pc_tree[]; 59 extern const vp56_tree_t vp56_pc_tree[];