28 #ifndef MEDIAN_FILTER_HDR 29 #define MEDIAN_FILTER_HDR 44 #include <sys/types.h> 68 unsigned int apply(T * inbuf, T * outbuf,
unsigned int len,
float outgain = 1.0)
71 for(i = 0; i < len; i++) {
88 else ret = (
a >
b) ?
a :
b;
91 if(v <
b) ret = (
a >
b) ?
b :
a;