Home | History | Annotate | Download | only in libspeex

Lines Matching refs:pitch_gain_buf

969    st->pitch_gain_buf[0] = st->pitch_gain_buf[1] = st->pitch_gain_buf[2] = 0;
1035 gain_med = median3(st->pitch_gain_buf[0], st->pitch_gain_buf[1], st->pitch_gain_buf[2]);
1075 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = PSHR16(pitch_gain,9);
1567 st->pitch_gain_buf[st->pitch_gain_buf_idx++] = st->last_pitch_gain;