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

/external/libvpx/libvpx/vpx_dsp/
H A Dprob.h54 static INLINE vpx_prob get_binary_prob(int n0, int n1) { function
67 const vpx_prob prob = get_binary_prob(ct[0], ct[1]);

Completed in 80 milliseconds