Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c223 const vp9_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = { variable
376 adapt_probs(vp9_intra_mode_tree, pre_fc->y_mode_prob[i], in vp9_adapt_mode_probs()
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i], in vp9_adapt_mode_probs()
Dvp9_entropymode.h81 extern const vp9_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)];
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c62 vp9_intra_mode_tree); in fill_mode_costs()
64 vp9_cost_tokens(cpi->mbmode_cost, fc->y_mode_prob[1], vp9_intra_mode_tree); in fill_mode_costs()
66 vp9_kf_uv_mode_prob[TM_PRED], vp9_intra_mode_tree); in fill_mode_costs()
68 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree); in fill_mode_costs()
Dvp9_bitstream.c43 vp9_tokens_from_tree(intra_mode_encodings, vp9_intra_mode_tree); in vp9_entropy_mode_init()
51 vp9_write_token(w, vp9_intra_mode_tree, probs, &intra_mode_encodings[mode]); in write_intra_mode()
1193 prob_diff_update(vp9_intra_mode_tree, cm->fc.y_mode_prob[i], in write_compressed_header()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c27 return (PREDICTION_MODE)vp9_read_tree(r, vp9_intra_mode_tree, p); in read_intra_mode()