Lines Matching refs:taps
137 offset1 = ec->taps - offset2; in lms_adapt_bg()
143 n = ec->taps; in lms_adapt_bg()
207 offset1 = ec->taps - offset2; in lms_adapt_bg()
209 for (i = ec->taps - 1; i >= offset1; i--) { in lms_adapt_bg()
238 ec->taps = len; in oslec_create()
240 ec->curr_pos = ec->taps - 1; in oslec_create()
243 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
248 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
252 history = fir16_create(&ec->fir_state, ec->fir_taps16[0], ec->taps); in oslec_create()
255 history = fir16_create(&ec->fir_state_bg, ec->fir_taps16[1], ec->taps); in oslec_create()
265 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); 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()
332 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); in oslec_flush()
334 ec->curr_pos = ec->taps - 1; in oslec_flush()
341 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
528 ec->taps * sizeof(int16_t)); in oslec_update()
605 ec->curr_pos = ec->taps; in oslec_update()