|
FFmpeg
|
#include "libavutil/mem_internal.h"#include "libavcodec/sbrdsp.h"#include <float.h>#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize(buf, len) |
| #define | EPS 0.0001 |
Functions | |
| static void | test_sum64x5 (void) |
| static void | test_sum_square (void) |
| static void | test_neg_odd_64 (void) |
| static void | test_qmf_pre_shuffle (void) |
| static void | test_qmf_post_shuffle (void) |
| static void | test_qmf_deint_neg (void) |
| static void | test_qmf_deint_bfly (void) |
| static void | test_autocorrelate (void) |
| static void | test_hf_gen (void) |
| static void | test_hf_g_filt (void) |
| static void | test_hf_apply_noise (const SBRDSPContext *sbrdsp) |
| void | checkasm_check_sbrdsp (void) |
| #define randomize | ( | buf, | |
| len | |||
| ) |
|
static |
Definition at line 36 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 52 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 69 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 85 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 101 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 117 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 133 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 154 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 173 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 201 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
|
static |
Definition at line 221 of file sbrdsp.c.
Referenced by checkasm_check_sbrdsp().
1.8.17