Lines Matching refs:int16_t
126 int16_t *phist; in lms_adapt_bg()
146 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
211 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
215 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
232 const int16_t *history; 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()
265 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
332 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); in oslec_flush()
341 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
347 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update()
528 ec->taps * sizeof(int16_t)); in oslec_update()
613 return (int16_t) ec->clean_nlp << 1; in oslec_update()
639 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx) in oslec_hpf_tx()