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

  /external/speex/libspeex/
os_support.h 155 #define speex_assert(cond) {if (!(cond)) {speex_fatal("assertion failed: " #cond);}} macro
nb_celp.c 708 speex_assert(st->windowSize-st->frameSize == st->subframeSize);
760 speex_assert (SUBMODE(ltp_quant));
842 speex_assert (SUBMODE(innovation_quant));
    [all...]
jitter.c 115 speex_assert(pos <= tb->filled && pos < MAX_TIMINGS);

Completed in 88 milliseconds