Home
last modified time | relevance | path

Searched refs:vp8_tree_index (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp8/common/
Dentropymode.h47 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[];
Dentropymode.c58 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,
Dentropy.c70 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] = {
Dtreecoder.h24 typedef signed char vp8_tree_index; typedef
44 typedef const vp8_tree_index vp8_tree[], *vp8_tree_p;
Dtreecoder.c23 const vp8_tree_index j = t[i++]; in tree2tok()
63 vp8_tree_index i = 0; in branch_counts()
Dentropy.h39 extern const vp8_tree_index vp8_coef_tree[];
/external/libvpx/libvpx/vp8/encoder/
Dtreewriter.h60 vp8_tree_index i = 0; in vp8_treed_write()
77 vp8_tree_index i = 0; in vp8_treed_cost()
Dtreewriter.c18 const vp8_tree_index j = T[i]; in cost()
/external/libvpx/libvpx/vp8/decoder/
Dtreereader.h33 vp8_tree_index i = 0; in vp8_treed_read()