Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/axdemo/src/
Daxfilter.c375 … lpf.a0 = __coefs[filterCutoff].a0; // set coefficients to current, user-selected cutoff in play_sound()
376 lpf.b0 = __coefs[filterCutoff].b0; in play_sound()
466 lpf.a0 = __coefs[filterCutoff].a0; in ax_demo_callback()
467 lpf.b0 = __coefs[filterCutoff].b0; in ax_demo_callback()
483 … AXSetVoiceLpfCoefs(demo_voices[i].ax_voice, __coefs[filterCutoff].a0, __coefs[filterCutoff].b0); in ax_demo_callback()
794 DEMOWinPrintfXY(window, 0, 1, "Cutoff Freq : %s ", __coefs[filterCutoff].text); in status_win_update()
/RvlSDK-2.1/build/demos/axdemo/include/
Dlpfdemo.h75 static __LPF_COEF __coefs[] = variable