Home | History | Annotate | Download | only in libspeex

Lines Matching refs:swBuf

163    st->swBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t));
164 st->sw = st->swBuf + mode->pitchEnd + 2;
225 speex_free (st->swBuf);
296 SPEEX_MOVE(st->swBuf, st->swBuf+st->frameSize, st->max_pitch+2);
1706 st->excBuf[i]=st->swBuf[i]=0;