Searched refs:infq (Results 1 – 1 of 1) sorted by relevance
52 short infi[PSK48_RXF_LEN/2], infq[PSK48_RXF_LEN/2]; member328 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()[all …]