Home | History | Annotate | Download | only in libspeex

Lines Matching refs:excBuf

793    st->excBuf = (spx_word16_t*)speex_alloc((st->subframeSize)*sizeof(spx_word16_t));
825 speex_free(st->excBuf);
1080 iir_mem16(st->excBuf, st->interp_qlpc, sp, st->subframeSize, st->lpcSize,
1083 st->excBuf[i]=EXTRACT16(PSHR32(exc[i],SIG_SHIFT));
1086 st->exc_rms[sub] = compute_rms16(st->excBuf, st->subframeSize);