Searched refs:mode_mv_merge_probs (Results 1 - 4 of 4) sorted by path

/external/libvpx/libvpx/vp9/common/
H A Dvp9_entropymode.c344 fc->intra_inter_prob[i] = mode_mv_merge_probs(pre_fc->intra_inter_prob[i],
347 fc->comp_inter_prob[i] = mode_mv_merge_probs(pre_fc->comp_inter_prob[i],
350 fc->comp_ref_prob[i] = mode_mv_merge_probs(pre_fc->comp_ref_prob[i],
354 fc->single_ref_prob[i][j] = mode_mv_merge_probs(
390 fc->tx_probs.p8x8[i][j] = mode_mv_merge_probs(
395 fc->tx_probs.p16x16[i][j] = mode_mv_merge_probs(
400 fc->tx_probs.p32x32[i][j] = mode_mv_merge_probs(
406 fc->skip_probs[i] = mode_mv_merge_probs(
H A Dvp9_entropymv.c194 comp->sign = mode_mv_merge_probs(pre_comp->sign, c->sign);
201 comp->bits[j] = mode_mv_merge_probs(pre_comp->bits[j], c->bits[j]);
210 comp->class0_hp = mode_mv_merge_probs(pre_comp->class0_hp, c->class0_hp);
211 comp->hp = mode_mv_merge_probs(pre_comp->hp, c->hp);
/external/libvpx/libvpx/vpx_dsp/
H A Dprob.c46 probs[i >> 1] = mode_mv_merge_probs(pre_probs[i >> 1], ct);
H A Dprob.h79 static INLINE vpx_prob mode_mv_merge_probs(vpx_prob pre_prob, function

Completed in 262 milliseconds