Home
last modified time | relevance | path

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

/external/quake/quake/src/WinQuake/
Dr_misc.cpp148 #define MAX_TIMINGS 100 macro
155 static byte r_timings[MAX_TIMINGS]; in R_TimeGraph()
169 if (r_refdef.vrect.width <= MAX_TIMINGS) in R_TimeGraph()
173 (r_refdef.vrect.width - MAX_TIMINGS)/2; in R_TimeGraph()
182 a = MAX_TIMINGS-1; in R_TimeGraph()
185 timex = (timex+1)%MAX_TIMINGS; in R_TimeGraph()
/external/quake/quake/src/QW/client/
Dr_misc.c160 #define MAX_TIMINGS 100 macro
168 static byte r_timings[MAX_TIMINGS]; in R_TimeGraph()
186 if (r_refdef.vrect.width <= MAX_TIMINGS) in R_TimeGraph()
190 (r_refdef.vrect.width - MAX_TIMINGS)/2; in R_TimeGraph()
199 a = MAX_TIMINGS-1; in R_TimeGraph()
202 timex = (timex+1)%MAX_TIMINGS; in R_TimeGraph()
/external/speex/libspeex/
Djitter.c78 #define MAX_TIMINGS 40 macro
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()
121 if (tb->filled == MAX_TIMINGS) in tb_add()
131 if (tb->filled<MAX_TIMINGS) in tb_add()