Home
last modified time | relevance | path

Searched refs:fm_state (Results 1 – 3 of 3) sorted by relevance

/dports/comms/rtl-433/rtl_433-21.12/tests/
H A Dbaseband-test.c89 demodfm_state_t fm_state; in main() local
138 baseband_demod_FM(cu8_buf, s16_buf, n_samples, 250000, 0.1f, &fm_state); in main()
164 baseband_demod_FM_cs16(cs16_buf, s16_buf, n_samples, 250000, 0.1f, &fm_state); in main()
H A Dpulse-eval.c243 demodfm_state_t fm_state; in main() local
244 baseband_demod_FM(cu8_buf, fm16_buf, n_samples, &fm_state, 0); in main()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c242 typedef struct fm_state { struct