Home
last modified time | relevance | path

Searched refs:n0 (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.h63 static INLINE vp9_prob get_binary_prob(int n0, int n1) { in get_binary_prob() argument
64 return get_prob(n0, n0 + n1); in get_binary_prob()
Dvp9_entropy.c751 const int n0 = counts[i][j][k][l][ZERO_TOKEN]; in adapt_coef_probs() local
757 { n0, n1 + n2 }, in adapt_coef_probs()
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
Dperf_rt.c41 static void init_delay(PERF_RTdata_delay *dDelay, long n0) in init_delay() argument
44 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() argument
386 dDelay->n = n0; in count_delay()