HomeSort by relevance Sort by last modified time
    Searched refs:mode_mv_merge_probs (Results 1 - 4 of 4) sorted by null

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

Completed in 390 milliseconds