Home | History | Annotate | Download | only in common

Lines Matching full:const

18 typedef const int vp8_mbsplit[16];
24 extern const int vp8_mbsplit_count [VP8_NUMMBSPLITS]; /* # of subsets */
26 extern const vp8_prob vp8_mbsplit_probs [VP8_NUMMBSPLITS-1];
28 extern int vp8_mv_cont(const MV *l, const MV *a);
30 extern const vp8_prob vp8_sub_mv_ref_prob2 [SUBMVREF_COUNT][VP8_SUBMVREFS-1];
33 extern const unsigned int vp8_kf_default_bmode_counts [VP8_BINTRAMODES] [VP8_BINTRAMODES] [VP8_BINTRAMODES];
36 extern const vp8_tree_index vp8_bmode_tree[];
38 extern const vp8_tree_index vp8_ymode_tree[];
39 extern const vp8_tree_index vp8_kf_ymode_tree[];
40 extern const vp8_tree_index vp8_uv_mode_tree[];
42 extern const vp8_tree_index vp8_mbsplit_tree[];
43 extern const vp8_tree_index vp8_mv_ref_tree[];
44 extern const vp8_tree_index vp8_sub_mv_ref_tree[];
57 extern const vp8_tree_index vp8_small_mvtree[];