OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:exc_rms
(Results
1 - 2
of
2
) sorted by null
/external/speex/libspeex/
sb_celp.h
72
spx_word16_t *
exc_rms
;
member in struct:SBEncState
120
spx_word16_t *
exc_rms
;
member in struct:SBDecState
sb_celp.c
246
st->
exc_rms
= (spx_word16_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word16_t));
293
speex_free(st->
exc_rms
);
640
st->
exc_rms
[sub] = eh;
725
st->
exc_rms
[sub] = compute_rms16(exc, st->subframeSize);
799
st->
exc_rms
= (spx_word16_t*)speex_alloc((st->nbSubframes)*sizeof(spx_word16_t));
829
speex_free(st->
exc_rms
);
[
all
...]
Completed in 769 milliseconds