Searched defs:last_pitch_gain (Results 1 - 2 of 2) sorted by relevance

/external/speex/libspeex/
H A Dnb_celp.h153 spx_word16_t last_pitch_gain; /**< Pitch gain of last correctly decoded frame */ member in struct:DecState
H A Dltp.c669 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,
655 pitch_unquant_3tap( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument
805 forced_pitch_unquant( spx_word16_t exc[], spx_word32_t exc_out[], int start, int end, spx_word16_t pitch_coef, const void *par, int nsf, int *pitch_val, spx_word16_t *gain_val, SpeexBits *bits, char *stack, int count_lost, int subframe_offset, spx_word16_t last_pitch_gain, int cdbk_offset ) argument

Completed in 55 milliseconds