Home
last modified time | relevance | path

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

/dports/audio/festalon/festalon/src/fidlib/
H A Dfidlib.c788 do_bandstop(int mz, double f0, double f1) { in do_bandstop() function
876 return do_bandstop(BL, f0, f1); in des_bsbe()
900 return do_bandstop(MZ, f0, f1); in des_bsbez()
935 return do_bandstop(BL, f0, f1); in des_bsbu()
959 return do_bandstop(MZ, f0, f1); in des_bsbuz()
983 return do_bandstop(BL, f0, f1); in des_bsch()
1007 return do_bandstop(MZ, f0, f1); in des_bschz()
/dports/audio/mixxx/mixxx-2.3.0/lib/fidlib/
H A Dfidlib.c787 do_bandstop(struct mk_filter_context* ctx, int mz, double f0, double f1) { in do_bandstop() function
920 return do_bandstop(&ctx, BL, f0, f1); in des_bsbe()
962 return do_bandstop(&ctx, MZ, f0, f1); in des_bsbez()
1019 return do_bandstop(&ctx, BL, f0, f1); in des_bsbu()
1061 return do_bandstop(&ctx, MZ, f0, f1); in des_bsbuz()
1099 return do_bandstop(&ctx, BL, f0, f1); in des_bsch()
1137 return do_bandstop(&ctx, MZ, f0, f1); in des_bschz()