FFmpeg
4.0
|
Go to the source code of this file.
Macros | |
#define | N 32 |
#define | STRIDE 128 |
#define | BUF_SIZE (N * STRIDE) |
#define | randomize(buf, len) |
#define | EPS 0.005 |
Functions | |
static void | test_add_squares (void) |
static void | test_mul_pair_single (void) |
static void | test_hybrid_analysis (void) |
static void | test_hybrid_analysis_ileave (void) |
static void | test_hybrid_synthesis_deint (void) |
static void | test_stereo_interpolate (PSDSPContext *psdsp) |
void | checkasm_check_aacpsdsp (void) |
#define N 32 |
Definition at line 23 of file aacpsdsp.c.
Referenced by test_hybrid_analysis().
#define STRIDE 128 |
Definition at line 24 of file aacpsdsp.c.
Referenced by test_hybrid_analysis().
Definition at line 25 of file aacpsdsp.c.
Referenced by test_add_squares(), test_hybrid_analysis(), test_mul_pair_single(), and test_stereo_interpolate().
Definition at line 27 of file aacpsdsp.c.
Referenced by test_add_squares(), test_hybrid_analysis(), test_hybrid_analysis_ileave(), test_hybrid_synthesis_deint(), test_mul_pair_single(), and test_stereo_interpolate().
#define EPS 0.005 |
Definition at line 35 of file aacpsdsp.c.
Referenced by test_add_squares(), test_hybrid_analysis(), test_mul_pair_single(), and test_stereo_interpolate().
Definition at line 37 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
Definition at line 56 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
Definition at line 75 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
Definition at line 100 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
Definition at line 137 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
|
static |
Definition at line 174 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
Definition at line 215 of file aacpsdsp.c.