Go to the documentation of this file.
   27 #ifndef AVCODEC_IIRFILTER_H 
   28 #define AVCODEC_IIRFILTER_H 
   67                                                 int order, 
float cutoff_ratio,
 
   68                                                 float stopband, 
float ripple);
 
  105                    int size, 
const int16_t *src, 
int sstep, int16_t *
dst, 
int dstep);
 
  120                        const float *src, 
int sstep, 
float *
dst, 
int dstep);