#include "config.h"
#include <float.h>
#include "libavutil/mem_internal.h"
#include "libavcodec/vorbisdsp.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 vorbisdsp.c.
◆ test_inverse_coupling()
static void test_inverse_coupling |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_vorbisdsp()
void checkasm_check_vorbisdsp |
( |
void |
| ) |
|