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

  /external/chromium_org/third_party/speex/libspeex/
nb_celp.h 81 spx_word16_t *swBuf; /**< Weighted signal buffer */
nb_celp.c 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);
    [all...]
  /external/speex/libspeex/
nb_celp.h 81 spx_word16_t *swBuf; /**< Weighted signal buffer */
nb_celp.c 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);
    [all...]

Completed in 88 milliseconds