Home
last modified time | relevance | path

Searched refs:__coefs (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/demos/axdemo/src/
Daxfilter.c380 … 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()
/RvlSDK-3.1.4/build/demos/axdemo/include/
Dlpfdemo.h84 static __LPF_COEF __coefs[] = variable