FFmpeg
Loading...
Searching...
No Matches
af_afir.c File Reference
#include "config.h"
#include <float.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include "libavfilter/af_afirdsp.h"
#include "libavutil/internal.h"
#include "libavutil/mem_internal.h"
#include "checkasm.h"

Go to the source code of this file.

Macros

#define LEN   256
 
#define BUF_SIZE   LEN*2+8
 
#define BUF_SIZE   LEN*2+8
 

Functions

static void test_fcmul_add (AudioFIRDSPContext *fir)
 
static void test_dcmul_add (AudioFIRDSPContext *fir)
 
void checkasm_check_afir (void)
 

Macro Definition Documentation

◆ LEN

#define LEN   256

Definition at line 31 of file af_afir.c.

◆ BUF_SIZE [1/2]

#define BUF_SIZE   LEN*2+8

◆ BUF_SIZE [2/2]

#define BUF_SIZE   LEN*2+8

Function Documentation

◆ test_fcmul_add()

static void test_fcmul_add ( AudioFIRDSPContext * fir)
static

Definition at line 33 of file af_afir.c.

Referenced by checkasm_check_afir().

◆ test_dcmul_add()

static void test_dcmul_add ( AudioFIRDSPContext * fir)
static

Definition at line 83 of file af_afir.c.

Referenced by checkasm_check_afir().

◆ checkasm_check_afir()

void checkasm_check_afir ( void )

Definition at line 134 of file af_afir.c.