Searched refs:inter_mode_probs (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 334 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()
|
D | vp9_entropymode.h | 51 vpx_prob inter_mode_probs[INTER_MODE_CONTEXTS][INTER_MODES - 1]; member
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | radeon_vcn_dec.h | 774 unsigned char inter_mode_probs[7][3]; member
|
D | radeon_vcn_dec.c | 363 memcpy(probs->inter_mode_probs, default_inter_mode_probs, sizeof(default_inter_mode_probs)); in fill_probs_table()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 294 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()
|
D | vp9_rd.c | 340 vp9_cost_tokens((int *)cpi->inter_mode_cost[i], cm->fc->inter_mode_probs[i], in vp9_build_inter_mode_cost()
|
D | vp9_encoder.c | 256 (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/ |
D | vp9_decodemv.c | 53 vpx_read_tree(r, vp9_inter_mode_tree, cm->fc->inter_mode_probs[ctx]); in read_inter_mode()
|
D | vp9_decodeframe.c | 100 vp9_diff_update_prob(r, &fc->inter_mode_probs[i][j]); in read_inter_mode_probs()
|