Lines Matching refs:curr_pos
136 offset2 = ec->curr_pos; in lms_adapt_bg()
206 offset2 = ec->curr_pos; in lms_adapt_bg()
240 ec->curr_pos = ec->taps - 1; in oslec_create()
329 ec->fir_state.curr_pos = ec->taps - 1; in oslec_flush()
330 ec->fir_state_bg.curr_pos = ec->taps - 1; in oslec_flush()
334 ec->curr_pos = ec->taps - 1; in oslec_flush()
419 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] * in oslec_update()
420 (int)ec->fir_state.history[ec->fir_state.curr_pos]; in oslec_update()
604 if (ec->curr_pos <= 0) in oslec_update()
605 ec->curr_pos = ec->taps; in oslec_update()
606 ec->curr_pos--; in oslec_update()