Home
last modified time | relevance | path

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

/dports/audio/epos-devel/epos-2.5.37/src/
H A Dtdpsyn.h25 #define MAX_OFILT_ORDER 9 macro
43 double ofilt[MAX_OFILT_ORDER];
44 double smoothfilt[MAX_OFILT_ORDER];
H A Dtdpsyn.cc152 for (i = 0; i < MAX_OFILT_ORDER; ofilt[i++] = 0); in tdpsyn()
163 for (i = 0; i < MAX_OFILT_ORDER; smoothfilt[i++] = 0); in tdpsyn()