Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dmodecosts.c40 vp8_cost_tokens(rd_costs->mbmode_cost[1], x->fc.ymode_prob, vp8_ymode_tree); in vp8_init_mode_costs()
Dbitstream.c87 update_mode(w, VP8_YMODES, vp8_ymode_encodings, vp8_ymode_tree, Pnew, in update_mbintra_mode_probs()
100 vp8_write_token(bc, vp8_ymode_tree, p, vp8_ymode_encodings + m); in write_ymode()
/external/libvpx/libvpx/vp8/common/
Dentropymode.h49 extern const vp8_tree_index vp8_ymode_tree[];
Dentropymode.c74 const vp8_tree_index vp8_ymode_tree[8] = { variable
/external/libvpx/libvpx/vp8/decoder/
Ddecodemv.c25 const int i = vp8_treed_read(bc, vp8_ymode_tree, p); in read_ymode()