Searched refs:__coefs (Results 1 – 2 of 2) sorted by relevance
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()488 lpf.a0 = __coefs[filterCutoff].a0; in ax_demo_callback()489 lpf.b0 = __coefs[filterCutoff].b0; in ax_demo_callback()525 __coefs[filterCutoff].a0, in ax_demo_callback()526 __coefs[filterCutoff].b0); in ax_demo_callback()846 DEMOWinPrintfXY(window, 0, 1, "Cutoff Freq : %s ", __coefs[filterCutoff].text); in status_win_update()
84 static __LPF_COEF __coefs[] = variable