Home | History | Annotate | Download | only in libspeex

Lines Matching refs:mem_exc2

181    st->mem_exc2 = (spx_mem_t*)speex_alloc((st->lpcSize)*sizeof(spx_mem_t));
232 speex_free (st->mem_exc2);
717 fir_mem16(real_exc, interp_qlpc, real_exc, st->subframeSize, st->lpcSize, st->mem_exc2, stack);