Home
last modified time | relevance | path

Searched refs:pitch_gain_buf (Results 1 – 2 of 2) sorted by relevance

/external/speex/libspeex/
Dnb_celp.h154 spx_word16_t pitch_gain_buf[3]; /**< Pitch gain of last decoded frames */ member
Dnb_celp.c969 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()