#include "config.h"
#include <float.h>
#include <stdint.h>
#include "libavfilter/af_afir.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.
◆ test_fcmul_add()
static void test_fcmul_add |
( |
const float * |
src0, |
|
|
const float * |
src1, |
|
|
const float * |
src2 |
|
) |
| |
|
static |
◆ checkasm_check_afir()
void checkasm_check_afir |
( |
void |
| ) |
|