Searched refs:pitch_gain_buf_idx (Results 1 – 2 of 2) sorted by relevance
155 int pitch_gain_buf_idx; /**< Tail of the buffer */ member
970 st->pitch_gain_buf_idx = 0; in nb_decoder_init()1075 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = PSHR16(pitch_gain,9); in nb_decode_lost()1076 if (st->pitch_gain_buf_idx > 2) /* rollover */ in nb_decode_lost()1077 st->pitch_gain_buf_idx = 0; in nb_decode_lost()1567 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = st->last_pitch_gain; in nb_decode()1568 if (st->pitch_gain_buf_idx > 2) /* rollover */ in nb_decode()1569 st->pitch_gain_buf_idx = 0; in nb_decode()