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

  /external/speex/libspeex/
modes.h 122 int pitchEnd; /**< Largest pitch value allowed */
nb_celp.c 140 st->max_pitch=mode->pitchEnd;
161 st->excBuf = (spx_word16_t*)speex_alloc((mode->frameSize+mode->pitchEnd+2)*sizeof(spx_word16_t));
162 st->exc = st->excBuf + mode->pitchEnd + 2;
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;
952 st->max_pitch=mode->pitchEnd;
    [all...]

Completed in 46 milliseconds