HomeSort by relevance Sort by last modified time
    Searched refs:innov_rms_save (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/speex/libspeex/
sb_celp.h 73 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation is copied here */ member in struct:SBEncState
nb_celp.h 94 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation RMS is copied here */ member in struct:EncState
sb_celp.c 247 st->innov_rms_save = NULL;
636 if (st->innov_rms_save)
638 st->innov_rms_save[sub] = eh;
721 if (st->innov_rms_save)
723 st->innov_rms_save[sub] = MULT16_16_Q15(QCONST16(.70711f, 15), compute_rms(innov, st->subframeSize));
    [all...]
nb_celp.c 184 st->innov_rms_save = NULL;
873 if (st->innov_rms_save)
875 st->innov_rms_save[sub] = compute_rms(innov, st->subframeSize);
    [all...]
  /external/speex/libspeex/
sb_celp.h 73 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation is copied here */ member in struct:SBEncState
nb_celp.h 94 spx_word16_t *innov_rms_save; /**< If non-NULL, innovation RMS is copied here */ member in struct:EncState
sb_celp.c 247 st->innov_rms_save = NULL;
636 if (st->innov_rms_save)
638 st->innov_rms_save[sub] = eh;
721 if (st->innov_rms_save)
723 st->innov_rms_save[sub] = MULT16_16_Q15(QCONST16(.70711f, 15), compute_rms(innov, st->subframeSize));
    [all...]
nb_celp.c 184 st->innov_rms_save = NULL;
873 if (st->innov_rms_save)
875 st->innov_rms_save[sub] = compute_rms(innov, st->subframeSize);
    [all...]

Completed in 56 milliseconds