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

  /external/libvpx/libvpx/vp8/common/
entropy.c 86 const vp8_tree_index vp8_coef_tree[ 22] = /* corresponding _CONTEXT_NODEs */
134 void init_bit_tree(vp8_tree_index *p, int n)
158 static const vp8_tree_index cat1[2] = { 0, 0 };
159 static const vp8_tree_index cat2[4] = { 2, 2, 0, 0 };
160 static const vp8_tree_index cat3[6] = { 2, 2, 4, 4, 0, 0 };
161 static const vp8_tree_index cat4[8] = { 2, 2, 4, 4, 6, 6, 0, 0 };
162 static const vp8_tree_index cat5[10] = { 2, 2, 4, 4, 6, 6, 8, 8, 0, 0 };
163 static const vp8_tree_index cat6[22] = { 2, 2, 4, 4, 6, 6, 8, 8, 10, 10, 12, 12,
entropymode.c 88 const vp8_tree_index vp8_bmode_tree[18] = /* INTRAMODECONTEXTNODE value */
104 const vp8_tree_index vp8_ymode_tree[8] =
112 const vp8_tree_index vp8_kf_ymode_tree[8] =
120 const vp8_tree_index vp8_uv_mode_tree[6] =
127 const vp8_tree_index vp8_mbsplit_tree[6] =
134 const vp8_tree_index vp8_mv_ref_tree[8] =
142 const vp8_tree_index vp8_sub_mv_ref_tree[6] =
149 const vp8_tree_index vp8_small_mvtree [14] =
entropymode.h 45 extern const vp8_tree_index vp8_bmode_tree[];
47 extern const vp8_tree_index vp8_ymode_tree[];
48 extern const vp8_tree_index vp8_kf_ymode_tree[];
49 extern const vp8_tree_index vp8_uv_mode_tree[];
51 extern const vp8_tree_index vp8_mbsplit_tree[];
52 extern const vp8_tree_index vp8_mv_ref_tree[];
53 extern const vp8_tree_index vp8_sub_mv_ref_tree[];
66 extern const vp8_tree_index vp8_small_mvtree[];
treecoder.h 22 typedef signed char vp8_tree_index; typedef
45 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p;
entropy.h 36 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/libvpx/vp8/decoder/
treereader.h 33 register vp8_tree_index i = 0;
  /external/libvpx/libvpx/vp8/encoder/
bitstream.h 19 const vp8_tree_index *);
26 const vp8_tree_index *);
30 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/libvpx/vp8/encoder/arm/armv5te/
vp8_packtokens_partitions_armv5.asm 43 ; s2 const vp8_tree_index *

Completed in 45 milliseconds