Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/equalizer/
Dgstiirequalizer.c720 #define CREATE_OPTIMIZED_FUNCTIONS_INT(TYPE,BIG_TYPE,MIN_VAL,MAX_VAL) \ argument
722 BIG_TYPE x1, x2; /* history of input values for a filter */ \
723 BIG_TYPE y1, y2; /* history of output values for a filter */ \
726 static inline BIG_TYPE \
728 SecondOrderHistory ## TYPE *history, BIG_TYPE input) \
731 BIG_TYPE output = filter->a0 * input + \
752 BIG_TYPE cur; \