HomeSort by relevance Sort by last modified time
    Searched refs:get_prob (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vpx_dsp/
prob.h 48 static INLINE vpx_prob get_prob(unsigned int num, unsigned int den) { function
61 return get_prob(n0, den);
92 const vpx_prob prob = get_prob(ct[0], den);
  /external/iproute2/tc/
q_sfb.c 37 static int get_prob(__u32 *val, const char *arg) function
98 if (get_prob(&opt.increment, *argv)) {
104 if (get_prob(&opt.decrement, *argv)) {

Completed in 60 milliseconds