Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.h68 static INLINE vp9_prob weighted_prob(int prob1, int prob2, int factor) { in weighted_prob() function
79 return weighted_prob(pre_prob, prob, factor); in merge_probs()