Searched refs:vp8_kf_ymode_tree (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp8/common/ |
D | entropymode.c | 129 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()
|
D | entropymode.h | 39 extern const vp8_tree_index vp8_kf_ymode_tree[];
|
/external/libvpx/vp8/encoder/ |
D | modecosts.c | 43 vp8_cost_tokens(c->mb.mbmode_cost[0], x->kf_ymode_prob, vp8_kf_ymode_tree); in vp8_init_mode_costs()
|
D | bitstream.c | 150 vp8_write_token(bc, vp8_kf_ymode_tree, p, vp8_kf_ymode_encodings + m); in kfwrite_ymode()
|
/external/libvpx/vp8/decoder/ |
D | decodemv.c | 38 const int i = vp8_treed_read(bc, vp8_kf_ymode_tree, p); in vp8_kfread_ymode()
|