FFmpeg
4.3.7
|
#include "config.h"
#include <float.h>
#include <stdint.h>
#include "libavfilter/af_afir.h"
#include "libavutil/internal.h"
#include "checkasm.h"
Go to the source code of this file.
Macros | |
#define | LEN 256 |
#define | randomize_buffer(buf) |
Functions | |
static void | test_fcmul_add (const float *src0, const float *src1, const float *src2) |
void | checkasm_check_afir (void) |
#define LEN 256 |
Definition at line 28 of file af_afir.c.
Referenced by checkasm_check_afir(), and test_fcmul_add().
#define randomize_buffer | ( | buf | ) |
Definition at line 30 of file af_afir.c.
Referenced by checkasm_check_afir().
|
static |
Definition at line 42 of file af_afir.c.
Referenced by checkasm_check_afir().