|
FFmpeg
|
#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.
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 randomize_buffer | ( | buf | ) |
Definition at line 43 of file af_afir.c.
Referenced by checkasm_check_afir().
1.8.17