Searched refs:innov_rms_save (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/speex/libspeex/ |
D | sb_celp.h | 73 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation is copied here */ member
|
D | nb_celp.h | 94 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation RMS is copied here */ member
|
D | sb_celp.c | 247 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()
|
D | nb_celp.c | 184 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()
|
/external/speex/libspeex/ |
D | sb_celp.h | 73 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation is copied here */ member
|
D | nb_celp.h | 94 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation RMS is copied here */ member
|
D | sb_celp.c | 247 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()
|
D | nb_celp.c | 184 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()
|