Home
last modified time | relevance | path

Searched refs:innov_rms_save (Results 1 – 4 of 4) sorted by relevance

/external/speex/libspeex/
Dsb_celp.h73 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation is copied here */ member
Dnb_celp.h94 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation RMS is copied here */ member
Dsb_celp.c247 st->innov_rms_save = NULL; in sb_encoder_init()
636 if (st->innov_rms_save) in sb_encode()
638 st->innov_rms_save[sub] = eh; in sb_encode()
721 if (st->innov_rms_save) in sb_encode()
723 …st->innov_rms_save[sub] = MULT16_16_Q15(QCONST16(.70711f, 15), compute_rms(innov, st->subframeSize… in sb_encode()
1345 st->innov_rms_save = (spx_word16_t*)ptr; in sb_encoder_ctl()
Dnb_celp.c184 st->innov_rms_save = NULL; in nb_encoder_init()
873 if (st->innov_rms_save) in nb_encode()
875 st->innov_rms_save[sub] = compute_rms(innov, st->subframeSize); in nb_encode()
1765 st->innov_rms_save = (spx_word16_t*)ptr; in nb_encoder_ctl()