|
FFmpeg
|
#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) |
| #define BUF_SIZE LEN*2+8 |
| #define BUF_SIZE LEN*2+8 |
|
static |
Definition at line 33 of file af_afir.c.
Referenced by checkasm_check_afir().
|
static |
Definition at line 83 of file af_afir.c.
Referenced by checkasm_check_afir().