Home | History | Annotate | Download | only in src

Lines Matching refs:FILTER

149  *  filter and in the synthesis filter.
359 #undef FILTER
361 # define FILTER (* (S->fast \
366 # define FILTER Short_term_analysis_filtering
373 FILTER( S, LARp, 13, s);
377 FILTER( S, LARp, 14, s + 13);
381 FILTER( S, LARp, 13, s + 27);
385 FILTER( S, LARp, 120, s + 40);
402 #undef FILTER
405 # define FILTER (* (S->fast \
409 # define FILTER Short_term_synthesis_filtering
416 FILTER( S, LARp, 13, wt, s );
420 FILTER( S, LARp, 14, wt + 13, s + 13 );
424 FILTER( S, LARp, 13, wt + 27, s + 27 );
428 FILTER(S, LARp, 120, wt + 40, s + 40);