OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compute_rms
(Results
1 - 4
of
4
) sorted by null
/external/speex/libspeex/
filters.h
40
spx_word16_t
compute_rms
(const spx_sig_t *x, int len);
filters.c
179
spx_word16_t
compute_rms
(const spx_sig_t *x, int len)
function
300
spx_word16_t
compute_rms
(const spx_sig_t *x, int len)
function
312
return
compute_rms
(x, len);
sb_celp.c
618
g2 =
compute_rms
(sp, st->subframeSize)/(.01+
compute_rms
(tmp_sig, st->subframeSize));
723
st->innov_rms_save[sub] = MULT16_16_Q15(QCONST16(.70711f, 15),
compute_rms
(innov, st->subframeSize));
[
all
...]
nb_celp.c
875
st->innov_rms_save[sub] =
compute_rms
(innov, st->subframeSize);
[
all
...]
Completed in 77 milliseconds