Lines Matching refs:int16_t
139 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
143 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15); in lms_adapt_bg()
159 const int16_t *history; in oslec_create()
170 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
175 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
192 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL); in oslec_create()
259 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t)); in oslec_flush()
268 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t)); in oslec_snapshot()
274 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx) in oslec_update()
455 ec->taps * sizeof(int16_t)); in oslec_update()
540 return (int16_t) ec->clean_nlp << 1; in oslec_update()
566 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx) in oslec_hpf_tx()