Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dprob.h65 static INLINE vpx_prob weighted_prob(int prob1, int prob2, int factor) { in weighted_prob() argument
66 return ROUND_POWER_OF_TWO(prob1 * (256 - factor) + prob2 * factor, 8); in weighted_prob()