Home
last modified time | relevance | path

Searched refs:mode_mv_merge_probs (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c347 fc->intra_inter_prob[i] = mode_mv_merge_probs(pre_fc->intra_inter_prob[i], in vp9_adapt_mode_probs()
351 mode_mv_merge_probs(pre_fc->comp_inter_prob[i], counts->comp_inter[i]); in vp9_adapt_mode_probs()
354 mode_mv_merge_probs(pre_fc->comp_ref_prob[i], counts->comp_ref[i]); in vp9_adapt_mode_probs()
357 fc->single_ref_prob[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs()
393 mode_mv_merge_probs(pre_fc->tx_probs.p8x8[i][j], branch_ct_8x8p[j]); in vp9_adapt_mode_probs()
397 fc->tx_probs.p16x16[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs()
402 fc->tx_probs.p32x32[i][j] = mode_mv_merge_probs( in vp9_adapt_mode_probs()
409 mode_mv_merge_probs(pre_fc->skip_probs[i], counts->skip[i]); in vp9_adapt_mode_probs()
Dvp9_entropymv.c169 comp->sign = mode_mv_merge_probs(pre_comp->sign, c->sign); in vp9_adapt_mv_probs()
176 comp->bits[j] = mode_mv_merge_probs(pre_comp->bits[j], c->bits[j]); in vp9_adapt_mv_probs()
185 comp->class0_hp = mode_mv_merge_probs(pre_comp->class0_hp, c->class0_hp); in vp9_adapt_mv_probs()
186 comp->hp = mode_mv_merge_probs(pre_comp->hp, c->hp); in vp9_adapt_mv_probs()
/external/libvpx/libvpx/vpx_dsp/
Dprob.c40 probs[i >> 1] = mode_mv_merge_probs(pre_probs[i >> 1], ct); in tree_merge_probs_impl()
Dprob.h84 static INLINE vpx_prob mode_mv_merge_probs(vpx_prob pre_prob, in mode_mv_merge_probs() function