Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c334 vp9_copy(fc->inter_mode_probs, default_inter_mode_probs); in init_mode_probs()
361 vpx_tree_merge_probs(vp9_inter_mode_tree, pre_fc->inter_mode_probs[i], in vp9_adapt_mode_probs()
362 counts->inter_mode[i], fc->inter_mode_probs[i]); in vp9_adapt_mode_probs()
Dvp9_entropymode.h51 vpx_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1]; member
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h774 unsigned char inter_mode_probs[7][3]; member
Dradeon_vcn_dec.c363 memcpy(probs->inter_mode_probs, default_inter_mode_probs, sizeof(default_inter_mode_probs)); in fill_probs_table()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c294 const vpx_prob *const inter_probs = cm->fc->inter_mode_probs[mode_ctx]; in pack_inter_mode_mvs()
1297 prob_diff_update(vp9_inter_mode_tree, cm->fc->inter_mode_probs[i], in write_compressed_header()
Dvp9_rd.c340 vp9_cost_tokens((int *)cpi->inter_mode_cost[i], cm->fc->inter_mode_probs[i], in vp9_build_inter_mode_cost()
Dvp9_encoder.c256 (pre_fc->inter_mode_probs[i][j] - cur_fc->inter_mode_probs[i][j]); in compute_context_model_diff()
258 pre_last_prob = MAX_PROB - pre_fc->inter_mode_probs[i][INTER_MODES - 2]; in compute_context_model_diff()
259 cur_last_prob = MAX_PROB - cur_fc->inter_mode_probs[i][INTER_MODES - 2]; in compute_context_model_diff()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodemv.c53 vpx_read_tree(r, vp9_inter_mode_tree, cm->fc->inter_mode_probs[ctx]); in read_inter_mode()
Dvp9_decodeframe.c100 vp9_diff_update_prob(r, &fc->inter_mode_probs[i][j]); in read_inter_mode_probs()