|
FFmpeg
|
#include <string.h>#include "libavutil/mem.h"#include "libavutil/mem_internal.h"#include "libavcodec/takdsp.h"#include "libavcodec/mathops.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize(buf, len) |
| #define | BUF_SIZE 1024 |
Functions | |
| static void | test_decorrelate_ls (TAKDSPContext *s) |
| static void | test_decorrelate_sr (TAKDSPContext *s) |
| static void | test_decorrelate_sm (TAKDSPContext *s) |
| static void | test_decorrelate_sf (TAKDSPContext *s) |
| void | checkasm_check_takdsp (void) |
| #define randomize | ( | buf, | |
| len | |||
| ) |
|
static |
Definition at line 39 of file takdsp.c.
Referenced by checkasm_check_takdsp().
|
static |
Definition at line 64 of file takdsp.c.
Referenced by checkasm_check_takdsp().
|
static |
Definition at line 89 of file takdsp.c.
Referenced by checkasm_check_takdsp().
|
static |
Definition at line 117 of file takdsp.c.
Referenced by checkasm_check_takdsp().
1.8.17