Searched refs:vp8_tree_index (Results 1 – 11 of 11) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | entropymode.h | 49 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[];
|
D | entropy.c | 86 const vp8_tree_index vp8_coef_tree[ 22] = /* corresponding _CONTEXT_NODEs */ 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,
|
D | 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] =
|
D | treecoder.h | 26 typedef signed char vp8_tree_index; typedef 49 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p;
|
D | treecoder.c | 32 const vp8_tree_index j = t[i++]; in tree2tok() 85 vp8_tree_index i = 0; in branch_counts()
|
D | entropy.h | 40 extern const vp8_tree_index vp8_coef_tree[];
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.h | 23 const vp8_tree_index *); 30 const vp8_tree_index *); 34 const vp8_tree_index *);
|
D | treewriter.h | 69 vp8_tree_index i = 0; in vp8_treed_write() 98 vp8_tree_index i = 0; in vp8_treed_cost()
|
D | treewriter.c | 26 const vp8_tree_index j = T[i]; in cost()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
D | treereader.h | 37 register vp8_tree_index i = 0; in vp8_treed_read()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/armv5te/ |
D | vp8_packtokens_partitions_armv5.asm | 43 ; s2 const vp8_tree_index *
|