Home | History | Annotate | Download | only in libspeex

Lines Matching refs:plc_tuning

202    st->plc_tuning = 2;
793 exc, syn_resp, st->complexity, 0, st->plc_tuning, &st->cumul_gain);
1721 st->plc_tuning = (*(spx_int32_t*)ptr);
1722 if (st->plc_tuning>100)
1723 st->plc_tuning=100;
1726 (*(spx_int32_t*)ptr)=(st->plc_tuning);