|
FFmpeg
|
#include <string.h>#include "libavutil/mem_internal.h"#include "libavcodec/aacencdsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize_float(buf, len) |
| #define | BUF_SIZE 1024 |
Functions | |
| static void | test_abs_pow34 (AACEncDSPContext *s) |
| void | checkasm_check_aacencdsp (void) |
| #define randomize_float | ( | buf, | |
| len | |||
| ) |
| #define BUF_SIZE 1024 |
|
static |
Definition at line 38 of file aacencdsp.c.
Referenced by checkasm_check_aacencdsp().
| void checkasm_check_aacencdsp | ( | void | ) |
Definition at line 64 of file aacencdsp.c.
1.8.17