FFmpeg
Macros | Functions
iirfilter.c File Reference
#include <math.h>
#include <stdint.h>
#include <stdio.h>
#include "libavutil/libm.h"
#include "libavcodec/iirfilter.h"

Go to the source code of this file.

Macros

#define FILT_ORDER   4
 
#define SIZE   1024
 

Functions

int main (void)
 

Macro Definition Documentation

◆ FILT_ORDER

#define FILT_ORDER   4

Definition at line 27 of file iirfilter.c.

◆ SIZE

#define SIZE   1024

Definition at line 28 of file iirfilter.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 30 of file iirfilter.c.