OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:excBuf
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
nb_celp.h
79
spx_word16_t *
excBuf
; /**< Excitation buffer */
138
spx_word16_t *
excBuf
; /**< Excitation buffer */
sb_celp.h
114
spx_word16_t *
excBuf
;
nb_celp.c
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;
223
speex_free (st->
excBuf
);
295
SPEEX_MOVE(st->
excBuf
, st->
excBuf
+st->frameSize, st->max_pitch+2);
959
st->
excBuf
= (spx_word16_t*)speex_alloc((st->frameSize + 2*st->max_pitch + st->subframeSize + 12)*sizeof(spx_word16_t));
960
st->exc = st->
excBuf
+ 2*st->max_pitch + st->subframeSize + 6;
961
SPEEX_MEMSET(st->
excBuf
, 0, st->frameSize + st->max_pitch);
[
all
...]
sb_celp.c
793
st->
excBuf
= (spx_word16_t*)speex_alloc((st->subframeSize)*sizeof(spx_word16_t));
825
speex_free(st->
excBuf
);
[
all
...]
Completed in 2599 milliseconds