Home | History | Annotate | Download | only in libspeex

Lines Matching refs:adapted

137    int adapted;
514 st->adapted = 0;
574 st->adapted = 0;
811 if (st->adapted)
1130 if (!st->adapted && st->sum_adapt > SHL32(EXTEND32(M),15) && MULT16_32_Q15(st->leak_estimate,Syy) > MULT16_32_Q15(QCONST16(.03f,15),Syy))
1132 st->adapted = 1;
1135 if (st->adapted)
1156 /* Temporary adaption rate if filter is not yet adapted enough */
1175 /* How much have we adapted so far? */
1182 if (st->adapted)
1184 /* If the filter is adapted, take the filtered echo */
1188 /* If filter isn't adapted yet, all we can do is take the far end signal directly */