Searched refs:vp8_uv_mode_tree (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp8/common/ |
D | entropymode.c | 137 const vp8_tree_index vp8_uv_mode_tree[6] = variable 205 VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, in vp8_init_mbmode_probs() 210 VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, in vp8_init_mbmode_probs() 264 vp8_tokens_from_tree(vp8_uv_mode_encodings, vp8_uv_mode_tree); in vp8_entropy_mode_init()
|
D | entropymode.h | 40 extern const vp8_tree_index vp8_uv_mode_tree[];
|
/external/libvpx/vp8/encoder/ |
D | modecosts.c | 45 vp8_cost_tokens(c->mb.intra_uv_mode_cost[1], x->fc.uv_mode_prob, vp8_uv_mode_tree); in vp8_init_mode_costs() 46 vp8_cost_tokens(c->mb.intra_uv_mode_cost[0], x->kf_uv_mode_prob, vp8_uv_mode_tree); in vp8_init_mode_costs()
|
D | bitstream.c | 127 w, VP8_UV_MODES, vp8_uv_mode_encodings, vp8_uv_mode_tree, in update_mbintra_mode_probs() 145 vp8_write_token(bc, vp8_uv_mode_tree, p, vp8_uv_mode_encodings + m); in write_uv_mode()
|
/external/libvpx/vp8/decoder/ |
D | decodemv.c | 47 const int i = vp8_treed_read(bc, vp8_uv_mode_tree, p); in vp8_read_uv_mode()
|