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

  /external/quake/quake/src/WinQuake/
r_misc.cpp 148 #define MAX_TIMINGS 100
155 static byte r_timings[MAX_TIMINGS];
169 if (r_refdef.vrect.width <= MAX_TIMINGS)
173 (r_refdef.vrect.width - MAX_TIMINGS)/2;
182 a = MAX_TIMINGS-1;
185 timex = (timex+1)%MAX_TIMINGS;
  /external/quake/quake/src/QW/client/
r_misc.c 160 #define MAX_TIMINGS 100
168 static byte r_timings[MAX_TIMINGS];
186 if (r_refdef.vrect.width <= MAX_TIMINGS)
190 (r_refdef.vrect.width - MAX_TIMINGS)/2;
199 a = MAX_TIMINGS-1;
202 timex = (timex+1)%MAX_TIMINGS;
  /external/speex/libspeex/
jitter.c 78 #define MAX_TIMINGS 40
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-term estimate) */
101 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1])
115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS);
121 if (tb->filled == MAX_TIMINGS)
131 if (tb->filled<MAX_TIMINGS)

Completed in 60 milliseconds