Searched refs:get_prob (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_prob.h54 static INLINE vp9_prob get_prob(int num, int den) { function
58 static INLINE vp9_prob get_prob(int num, int den) { function
64 return get_prob(n0, n0 + n1);

Completed in 91 milliseconds