Searched refs:speex_assert (Results 1 – 2 of 2) sorted by relevance
155 #define speex_assert(cond) {if (!(cond)) {speex_fatal("assertion failed: " #cond);}} macro
113 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS); in tb_add()