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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A 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],
380 adapt_probs(vp9_intra_mode_tree, pre_fc->uv_mode_prob[i],
H A Dvp9_entropymode.h81 extern const vp9_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c44 vp9_tokens_from_tree(intra_mode_encodings, vp9_intra_mode_tree);
52 vp9_write_token(w, vp9_intra_mode_tree, probs, &intra_mode_encodings[mode]);
1173 prob_diff_update(vp9_intra_mode_tree, cm->fc.y_mode_prob[i],
H A Dvp9_rdopt.c161 vp9_intra_mode_tree);
164 vp9_cost_tokens(x->mbmode_cost, fc->y_mode_prob[1], vp9_intra_mode_tree);
166 vp9_kf_uv_mode_prob[TM_PRED], vp9_intra_mode_tree);
168 fc->uv_mode_prob[TM_PRED], vp9_intra_mode_tree);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c27 return (MB_PREDICTION_MODE)vp9_read_tree(r, vp9_intra_mode_tree, p);

Completed in 47 milliseconds