Lines Matching refs:int16_t
127 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15);
131 ec->fir_taps16[1][i] += (int16_t) ((exp + (1 << 14)) >> 15);
147 const int16_t *history;
158 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL);
163 kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL);
180 ec->snapshot = kcalloc(ec->taps, sizeof(int16_t), GFP_KERNEL);
247 memset(ec->fir_taps16[i], 0, ec->taps * sizeof(int16_t));
256 memcpy(ec->snapshot, ec->fir_taps16[0], ec->taps * sizeof(int16_t));
262 int16_t oslec_update(struct oslec_state *ec, int16_t tx, int16_t rx)
443 ec->taps * sizeof(int16_t));
528 return (int16_t) ec->clean_nlp << 1;
554 int16_t oslec_hpf_tx(struct oslec_state *ec, int16_t tx)