#include <math.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include "libavutil/internal.h"
#include "libavutil/intfloat.h"
#include "libavcodec/dcadata.h"
#include "libavcodec/synth_filter.h"
#include "checkasm.h"
Go to the source code of this file.
◆ BUF_SIZE
◆ randomize_input
#define randomize_input |
( |
| ) |
|
Value: do { \
float
f = (float)
rnd() / (UINT_MAX >> 5) - 16.0
f; \
} \
} while (0)
Definition at line 35 of file synth_filter.c.
◆ checkasm_check_synth_filter()
void checkasm_check_synth_filter |
( |
void |
| ) |
|