Searched refs:mem_exc (Results 1 - 2 of 2) sorted by relevance

/external/speex/libspeex/
H A Dnb_celp.h90 spx_mem_t *mem_exc; /**< Filter memory for excitation (whole frame) */ member in struct:EncState
H A Dnb_celp.c180 st->mem_exc = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t));
231 speex_free (st->mem_exc);
400 fir_mem16(st->exc, interp_lpc, st->exc, st->frameSize, st->lpcSize, st->mem_exc, stack);
1704 st->mem_sw[i]=st->mem_sw_whole[i]=st->mem_sp[i]=st->mem_exc[i]=0;

Completed in 197 milliseconds