|
FFmpeg
|
#include <string.h>#include "libavutil/mem_internal.h"#include "libavcodec/aacenc_utils.h"#include "libavcodec/aacencdsp.h"#include "libavcodec/aactab.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize_float(buf, len) |
| #define | randomize_elem(tab) (tab[rnd() % FF_ARRAY_ELEMS(tab)]) |
| #define | BUF_SIZE 1024 |
Functions | |
| static void | test_abs_pow34 (AACEncDSPContext *s) |
| static void | test_quant_bands (AACEncDSPContext *s) |
| void | checkasm_check_aacencdsp (void) |
| #define randomize_float | ( | buf, | |
| len | |||
| ) |
| #define randomize_elem | ( | tab | ) | (tab[rnd() % FF_ARRAY_ELEMS(tab)]) |
Definition at line 40 of file aacencdsp.c.
| #define BUF_SIZE 1024 |
|
static |
Definition at line 42 of file aacencdsp.c.
Referenced by checkasm_check_aacencdsp().
|
static |
Definition at line 67 of file aacencdsp.c.
Referenced by checkasm_check_aacencdsp().
| void checkasm_check_aacencdsp | ( | void | ) |
Definition at line 100 of file aacencdsp.c.
1.8.17