#include "config.h"
#include <float.h>
#include <stdint.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.
◆ LEN
◆ randomize_buffer
#define randomize_buffer |
( |
|
buf | ) |
|
Value:do { \
double bmg[2], stddev = 10.0,
mean = 0.0;
\
buf[
i] = bmg[0] * stddev +
mean; \
buf[
i + 1] = bmg[1] * stddev +
mean; \
} \
} while(0);
Definition at line 31 of file af_afir.c.
◆ BUF_SIZE [1/2]
◆ BUF_SIZE [2/2]
◆ test_fcmul_add()
◆ test_dcmul_add()
◆ checkasm_check_afir()
void checkasm_check_afir |
( |
void |
| ) |
|