Searched refs:last_pitch_gain (Results 1 – 4 of 4) sorted by relevance
96 spx_word16_t last_pitch_gain,139 spx_word16_t last_pitch_gain,
669 spx_word16_t last_pitch_gain, in pitch_unquant_3tap() argument704 spx_word16_t tmp = count_lost < 4 ? last_pitch_gain : SHR16(last_pitch_gain,1); in pitch_unquant_3tap()708 spx_word16_t tmp = count_lost < 4 ? last_pitch_gain : 0.5 * last_pitch_gain; in pitch_unquant_3tap()819 spx_word16_t last_pitch_gain, in forced_pitch_unquant() argument
153 spx_word16_t last_pitch_gain; /**< Pitch gain of last correctly decoded frame */ member
1036 if (gain_med < st->last_pitch_gain) in nb_decode_lost()1037 st->last_pitch_gain = gain_med; in nb_decode_lost()1040 pitch_gain = st->last_pitch_gain; in nb_decode_lost()1045 pitch_gain = GAIN_SCALING_1*st->last_pitch_gain; in nb_decode_lost()1357 st->count_lost, offset, st->last_pitch_gain, 0); in nb_decode()1563 st->last_pitch_gain = PSHR16(pitch_average,2); in nb_decode()1565 st->last_pitch_gain = .25*pitch_average; in nb_decode()1567 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = st->last_pitch_gain; in nb_decode()