HomeSort by relevance Sort by last modified time
    Searched full:last_pitch_gain (Results 1 - 4 of 4) sorted by null

  /external/speex/libspeex/
ltp.h 96 spx_word16_t last_pitch_gain,
139 spx_word16_t last_pitch_gain,
ltp.c 669 spx_word16_t last_pitch_gain,
704 spx_word16_t tmp = count_lost < 4 ? last_pitch_gain : SHR16(last_pitch_gain,1);
708 spx_word16_t tmp = count_lost < 4 ? last_pitch_gain : 0.5 * last_pitch_gain;
819 spx_word16_t last_pitch_gain,
nb_celp.c     [all...]
nb_celp.h 153 spx_word16_t last_pitch_gain; /**< Pitch gain of last correctly decoded frame */ member in struct:DecState

Completed in 266 milliseconds