Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dentropymode.c129 const vp8_tree_index vp8_kf_ymode_tree[8] = variable
200 VP8_YMODES, vp8_kf_ymode_encodings, vp8_kf_ymode_tree, in vp8_init_mbmode_probs()
263 vp8_tokens_from_tree(vp8_kf_ymode_encodings, vp8_kf_ymode_tree); in vp8_entropy_mode_init()
Dentropymode.h39 extern const vp8_tree_index vp8_kf_ymode_tree[];
/external/libvpx/vp8/encoder/
Dmodecosts.c43 vp8_cost_tokens(c->mb.mbmode_cost[0], x->kf_ymode_prob, vp8_kf_ymode_tree); in vp8_init_mode_costs()
Dbitstream.c150 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m); in kfwrite_ymode()
/external/libvpx/vp8/decoder/
Ddecodemv.c38 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p); in vp8_kfread_ymode()