Searched defs:pre_prob (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dprob.h63 static INLINE vpx_prob merge_probs(vpx_prob pre_prob, argument
70 return weighted_prob(pre_prob, prob, factor);
79 static INLINE vpx_prob mode_mv_merge_probs(vpx_prob pre_prob, argument
83 return pre_prob;
89 return weighted_prob(pre_prob, prob, factor);

Completed in 99 milliseconds