Searched refs:vp8_ymode_tree (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dmodecosts.c46 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree);
H A Dbitstream.c120 w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree,
137 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m);
/external/libvpx/libvpx/vp8/common/
H A Dentropymode.c104 const vp8_tree_index vp8_ymode_tree[8] = variable
H A Dentropymode.h47 extern const vp8_tree_index vp8_ymode_tree[];
/external/libvpx/libvpx/vp8/decoder/
H A Ddecodemv.c30 const int i = vp8_treed_read(bc, vp8_ymode_tree, p);

Completed in 149 milliseconds