OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:swBuf
(Results
1 - 2
of
2
) sorted by null
/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 183 milliseconds