Searched refs:vp8_tree_index (Results 1 - 11 of 11) sorted by path

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dentropy.c86 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,
H A Dentropy.h40 extern const vp8_tree_index vp8_coef_tree[];
H A Dentropymode.c88 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] =
H A Dentropymode.h49 extern const vp8_tree_index vp8_bmode_tree[];
51 extern const vp8_tree_index vp8_ymode_tree[];
52 extern const vp8_tree_index vp8_kf_ymode_tree[];
53 extern const vp8_tree_index vp8_uv_mode_tree[];
55 extern const vp8_tree_index vp8_mbsplit_tree[];
56 extern const vp8_tree_index vp8_mv_ref_tree[];
57 extern const vp8_tree_index vp8_sub_mv_ref_tree[];
70 extern const vp8_tree_index vp8_small_mvtree[];
H A Dtreecoder.c32 const vp8_tree_index j = t[i++];
85 vp8_tree_index i = 0;
H A Dtreecoder.h26 typedef signed char vp8_tree_index; typedef
49 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dtreereader.h37 register vp8_tree_index i = 0;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/
H A Dvp8_packtokens_partitions_armv5.asm43 ; s2 const vp8_tree_index *
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dbitstream.h23 const vp8_tree_index *);
30 const vp8_tree_index *);
34 const vp8_tree_index *);
H A Dtreewriter.c26 const vp8_tree_index j = T[i];
H A Dtreewriter.h69 vp8_tree_index i = 0;
98 vp8_tree_index i = 0;

Completed in 75 milliseconds