Home
last modified time | relevance | path

Searched refs:intra_inter_prob (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c328 vp9_copy(fc->intra_inter_prob, default_intra_inter_p); in init_mode_probs()
347 fc->intra_inter_prob[i] = mode_mv_merge_probs(pre_fc->intra_inter_prob[i], in vp9_adapt_mode_probs()
Dvp9_entropymode.h52 vpx_prob intra_inter_prob[INTRA_INTER_CONTEXTS]; member
Dvp9_pred_common.h115 return cm->fc->intra_inter_prob[get_intra_inter_context(xd)]; in vp9_get_intra_inter_prob()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h776 unsigned char intra_inter_prob[4]; member
Dradeon_vcn_dec.c365 memcpy(probs->intra_inter_prob, default_intra_inter_p, sizeof(default_intra_inter_p)); in fill_probs_table()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c440 const int is_inter = vpx_read(r, cm->fc->intra_inter_prob[ctx]); in read_is_inter_block()
Dvp9_decodeframe.c2888 vp9_diff_update_prob(&r, &fc->intra_inter_prob[i]); in read_compressed_header()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1304 vp9_cond_prob_diff_update(&header_bc, &fc->intra_inter_prob[i], in write_compressed_header()
Dvp9_encoder.c268 (pre_fc->intra_inter_prob[i] - cur_fc->intra_inter_prob[i]); in compute_context_model_diff()
270 pre_last_prob = MAX_PROB - pre_fc->intra_inter_prob[i]; in compute_context_model_diff()
271 cur_last_prob = MAX_PROB - cur_fc->intra_inter_prob[i]; in compute_context_model_diff()