HomeSort by relevance Sort by last modified time
    Searched refs:vp8_tree_index (Results 1 - 12 of 12) sorted by null

  /external/libvpx/vp8/common/
entropymode.h 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[];
entropymode.c 105 const vp8_tree_index vp8_bmode_tree[18] = /* INTRAMODECONTEXTNODE value */
121 const vp8_tree_index vp8_ymode_tree[8] =
129 const vp8_tree_index vp8_kf_ymode_tree[8] =
137 const vp8_tree_index vp8_uv_mode_tree[6] =
144 const vp8_tree_index vp8_mbsplit_tree[6] =
151 const vp8_tree_index vp8_mv_ref_tree[8] =
159 const vp8_tree_index vp8_sub_mv_ref_tree[6] =
177 const vp8_tree_index vp8_small_mvtree [14] =
treecoder.h 22 typedef signed char vp8_tree_index; typedef
45 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p;
entropy.c 53 const vp8_tree_index vp8_coef_tree[ 22] = /* corresponding _CONTEXT_NODEs */
81 static vp8_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[22];
94 static void init_bit_tree(vp8_tree_index *p, int n)
entropy.h 37 extern const vp8_tree_index vp8_coef_tree[];
treecoder.c 32 const vp8_tree_index j = t[i++];
85 vp8_tree_index i = 0;
  /external/libvpx/vp8/decoder/
treereader.h 34 register vp8_tree_index i = 0;
52 vp8_tree_index i = 0;
onyxd_int.h 53 vp8_tree_index const *vp8_coef_tree_ptr;
  /external/libvpx/vp8/encoder/
bitstream.h 19 const vp8_tree_index *);
23 const vp8_tree_index *);
27 const vp8_tree_index *);
treewriter.c 26 const vp8_tree_index j = T[i];
treewriter.h 65 vp8_tree_index i = 0;
94 vp8_tree_index i = 0;
  /external/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 28 ; s2 const vp8_tree_index *,

Completed in 1158 milliseconds