|
FFmpeg
|
#include <string.h>#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "libavutil/mem_internal.h"#include "libavcodec/lossless_audiodsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize_buf(buf, len) |
| #define | BUF_SIZE 1088 |
| #define | BUF_SIZE 1088 |
Functions | |
| static void | check_scalarproduct_and_madd_int16 (LLAudDSPContext *c) |
| static void | check_scalarproduct_and_madd_int32 (LLAudDSPContext *c) |
| void | checkasm_check_llauddsp (void) |
| #define randomize_buf | ( | buf, | |
| len | |||
| ) |
| #define BUF_SIZE 1088 |
| #define BUF_SIZE 1088 |
|
static |
Definition at line 38 of file llauddsp.c.
Referenced by checkasm_check_llauddsp().
|
static |
Definition at line 73 of file llauddsp.c.
Referenced by checkasm_check_llauddsp().
| void checkasm_check_llauddsp | ( | void | ) |
Definition at line 108 of file llauddsp.c.
1.8.17