Searched refs:mode_mv_merge_probs (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.c | 344 fc->intra_inter_prob[i] = mode_mv_merge_probs(pre_fc->intra_inter_prob[i], in vp9_adapt_mode_probs() 348 mode_mv_merge_probs(pre_fc->comp_inter_prob[i], counts->comp_inter[i]); in vp9_adapt_mode_probs() 351 mode_mv_merge_probs(pre_fc->comp_ref_prob[i], counts->comp_ref[i]); in vp9_adapt_mode_probs() 354 fc->single_ref_prob[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs() 390 mode_mv_merge_probs(pre_fc->tx_probs.p8x8[i][j], branch_ct_8x8p[j]); in vp9_adapt_mode_probs() 394 fc->tx_probs.p16x16[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs() 399 fc->tx_probs.p32x32[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs() 406 mode_mv_merge_probs(pre_fc->skip_probs[i], counts->skip[i]); in vp9_adapt_mode_probs()
|
D | vp9_entropymv.c | 171 comp->sign = mode_mv_merge_probs(pre_comp->sign, c->sign); in vp9_adapt_mv_probs() 178 comp->bits[j] = mode_mv_merge_probs(pre_comp->bits[j], c->bits[j]); in vp9_adapt_mv_probs() 187 comp->class0_hp = mode_mv_merge_probs(pre_comp->class0_hp, c->class0_hp); in vp9_adapt_mv_probs() 188 comp->hp = mode_mv_merge_probs(pre_comp->hp, c->hp); in vp9_adapt_mv_probs()
|
/external/libvpx/libvpx/vpx_dsp/ |
D | prob.c | 40 probs[i >> 1] = mode_mv_merge_probs(pre_probs[i >> 1], ct); in tree_merge_probs_impl()
|
D | prob.h | 84 static INLINE vpx_prob mode_mv_merge_probs(vpx_prob pre_prob, in mode_mv_merge_probs() function
|