Searched refs:n0 (Results 1 – 3 of 3) sorted by relevance
63 static INLINE vp9_prob get_binary_prob(int n0, int n1) { in get_binary_prob() argument64 return get_prob(n0, n0 + n1); in get_binary_prob()
751 const int n0 = counts[i][j][k][l][ZERO_TOKEN]; in adapt_coef_probs() local757 { n0, n1 + n2 }, in adapt_coef_probs()
41 static void init_delay(PERF_RTdata_delay *dDelay, long n0) in init_delay() argument44 dDelay->n = n0; in init_delay()362 static void count_delay(PERF_RT_Private *me, char *tag, PERF_RTdata_delay *dDelay, long n0) in count_delay() argument386 dDelay->n = n0; in count_delay()