Searched refs:MAX_TIMINGS (Results 1 – 1 of 1) sorted by relevance
76 #define MAX_TIMINGS 40 macro84 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */85 …spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-ter…99 if (tb->filled >= MAX_TIMINGS && timing >= tb->timing[tb->filled-1]) in tb_add()113 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()119 if (tb->filled == MAX_TIMINGS) in tb_add()129 if (tb->filled<MAX_TIMINGS) in tb_add()