Searched refs:pitch_gain_buf (Results 1 – 2 of 2) sorted by relevance
154 spx_word16_t pitch_gain_buf[3]; /**< Pitch gain of last decoded frames */ member
969 st->pitch_gain_buf[0] = st->pitch_gain_buf[1] = st->pitch_gain_buf[2] = 0; in nb_decoder_init()1035 gain_med = median3(st->pitch_gain_buf[0], st->pitch_gain_buf[1], st->pitch_gain_buf[2]); in nb_decode_lost()1075 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = PSHR16(pitch_gain,9); in nb_decode_lost()1567 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = st->last_pitch_gain; in nb_decode()