Go to the documentation of this file.
27 #ifndef AVCODEC_IIRFILTER_H
28 #define AVCODEC_IIRFILTER_H
64 const float *
src,
int sstep,
float *dst,
int dstep);
90 int order,
float cutoff_ratio,
91 float stopband,
float ripple);
128 int size,
const int16_t *
src,
int sstep, int16_t *dst,
int dstep);
143 const float *
src,
int sstep,
float *dst,
int dstep);