Searched refs:n0 (Results 1 - 3 of 3) 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) { argument
64 return get_prob(n0, n0 + n1);
H A Dvp9_entropy.c751 const int n0 = counts[i][j][k][l][ZERO_TOKEN]; local
757 { n0, n1 + n2 },
/hardware/ti/omap3/omx/system/src/openmax_il/perf/src/
H A Dperf_rt.c41 static void init_delay(PERF_RTdata_delay *dDelay, long n0) argument
44 dDelay->n = n0;
362 static void count_delay(PERF_RT_Private *me, char *tag, PERF_RTdata_delay *dDelay, long n0) argument
386 dDelay->n = n0;

Completed in 187 milliseconds