Searched refs:vp8_tree_index (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp8/common/ |
D | entropymode.h | 47 extern const vp8_tree_index vp8_bmode_tree[]; 49 extern const vp8_tree_index vp8_ymode_tree[]; 50 extern const vp8_tree_index vp8_kf_ymode_tree[]; 51 extern const vp8_tree_index vp8_uv_mode_tree[]; 53 extern const vp8_tree_index vp8_mbsplit_tree[]; 54 extern const vp8_tree_index vp8_mv_ref_tree[]; 55 extern const vp8_tree_index vp8_sub_mv_ref_tree[]; 69 extern const vp8_tree_index vp8_small_mvtree[];
|
D | entropymode.c | 58 const vp8_tree_index vp8_bmode_tree[18] = /* INTRAMODECONTEXTNODE value */ 74 const vp8_tree_index vp8_ymode_tree[8] = { 78 const vp8_tree_index vp8_kf_ymode_tree[8] = { 82 const vp8_tree_index vp8_uv_mode_tree[6] = { -DC_PRED, 2, -V_PRED, 85 const vp8_tree_index vp8_mbsplit_tree[6] = { -3, 2, -2, 4, -0, -1 }; 87 const vp8_tree_index vp8_mv_ref_tree[8] = { -ZEROMV, 2, -NEARESTMV, 4, 90 const vp8_tree_index vp8_sub_mv_ref_tree[6] = { -LEFT4X4, 2, -ABOVE4X4, 93 const vp8_tree_index vp8_small_mvtree[14] = { 2, 8, 4, 6, -0, -1, -2,
|
D | entropy.c | 70 const vp8_tree_index vp8_coef_tree[22] = { 127 static const vp8_tree_index cat1[2] = { 0, 0 }; 128 static const vp8_tree_index cat2[4] = { 2, 2, 0, 0 }; 129 static const vp8_tree_index cat3[6] = { 2, 2, 4, 4, 0, 0 }; 130 static const vp8_tree_index cat4[8] = { 2, 2, 4, 4, 6, 6, 0, 0 }; 131 static const vp8_tree_index cat5[10] = { 2, 2, 4, 4, 6, 6, 8, 8, 0, 0 }; 132 static const vp8_tree_index cat6[22] = {
|
D | treecoder.h | 24 typedef signed char vp8_tree_index; typedef 44 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p;
|
D | treecoder.c | 23 const vp8_tree_index j = t[i++]; in tree2tok() 63 vp8_tree_index i = 0; in branch_counts()
|
D | entropy.h | 39 extern const vp8_tree_index vp8_coef_tree[];
|
/external/libvpx/libvpx/vp8/encoder/ |
D | treewriter.h | 60 vp8_tree_index i = 0; in vp8_treed_write() 77 vp8_tree_index i = 0; in vp8_treed_cost()
|
D | treewriter.c | 18 const vp8_tree_index j = T[i]; in cost()
|
/external/libvpx/libvpx/vp8/decoder/ |
D | treereader.h | 33 vp8_tree_index i = 0; in vp8_treed_read()
|