Searched refs:lpf (Results 1 – 4 of 4) sorted by relevance
335 AXPBLPF lpf; in play_sound() local378 lpf.on = (u16)filterFlag; // filter state is determined by filterFlag in play_sound()379 … lpf.yn1 = 0; // when activated, the history sample must be reset in play_sound()380 … lpf.a0 = __coefs[filterCutoff].a0; // set coefficients to current, user-selected cutoff in play_sound()381 lpf.b0 = __coefs[filterCutoff].b0; in play_sound()382 … AXSetVoiceLpf(ax_v, &lpf); // Tell AX to update the voice's LPF parameters! in play_sound()442 AXPBLPF lpf; in ax_demo_callback() local486 lpf.on = 1; in ax_demo_callback()487 lpf.yn1 = 0; in ax_demo_callback()488 lpf.a0 = __coefs[filterCutoff].a0; in ax_demo_callback()[all …]
41 (fx)->lpf = 1.0f; \54 (fx)->lpf = 0.4f; \67 (fx)->lpf = 1.0f; \80 (fx)->lpf = 0.7f; \
541 AXPBLPF lpf; member575 AXPBLPF lpf; member997 void AXSetVoiceLpf (AXVPB *p, AXPBLPF *lpf);
684 f32 lpf; // LPF param (0.f - 1.f) (cutoff : low - high) member724 f32 lpf; // LPF param (0.f - 1.f) (cutoff : low - high) member