Lines Matching defs:adapted
131 int adapted;
508 st->adapted = 0;
568 st->adapted = 0;
805 if (st->adapted)
1124 if (!st->adapted && st->sum_adapt > SHL32(EXTEND32(M),15) && MULT16_32_Q15(st->leak_estimate,Syy) > MULT16_32_Q15(QCONST16(.03f,15),Syy))
1126 st->adapted = 1;
1129 if (st->adapted)
1150 /* Temporary adaption rate if filter is not yet adapted enough */
1169 /* How much have we adapted so far? */
1176 if (st->adapted)
1178 /* If the filter is adapted, take the filtered echo */
1182 /* If filter isn't adapted yet, all we can do is take the far end signal directly */