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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_prob.h63 static INLINE vp9_prob get_binary_prob(int n0, int n1) { function
76 const vp9_prob prob = get_binary_prob(ct[0], ct[1]);

Completed in 39 milliseconds