Lines Matching refs:infq
52 short infi[PSK48_RXF_LEN/2], infq[PSK48_RXF_LEN/2]; member
328 memmove(st->infq+1, st->infq, in demodulator_4800_u8()
329 sizeof(st->infq)-sizeof(st->infq[0])); in demodulator_4800_u8()
335 st->infq[0] = (si * SIN(st->downmixer))>>7; in demodulator_4800_u8()
340 sq += st->infq[i] * (*coeff); in demodulator_4800_u8()
346 sq += st->infq[i] * (*coeff); in demodulator_4800_u8()
363 memmove(st->infq+1, st->infq, in demodulator_4800_s16()
364 sizeof(st->infq)-sizeof(st->infq[0])); in demodulator_4800_s16()
368 st->infq[0] = (si * SIN(st->downmixer))>>15; in demodulator_4800_s16()
373 sq += st->infq[i] * (*coeff); in demodulator_4800_s16()
379 sq += st->infq[i] * (*coeff); in demodulator_4800_s16()