|
FFmpeg
|
#include <float.h>#include "libavutil/mem_internal.h"#include "libavcodec/vorbisdsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | LEN 512 |
| #define | randomize_buffer(buf) |
Functions | |
| static void | test_inverse_coupling (void) |
| void | checkasm_check_vorbisdsp (void) |
| #define LEN 512 |
Definition at line 27 of file vorbisdsp.c.
| #define randomize_buffer | ( | buf | ) |
|
static |
Definition at line 40 of file vorbisdsp.c.
Referenced by checkasm_check_vorbisdsp().
| void checkasm_check_vorbisdsp | ( | void | ) |
Definition at line 76 of file vorbisdsp.c.
1.8.17