FFmpeg
|
#include "libavcodec/aacpsdsp.h"
#include "libavutil/intfloat.h"
#include "libavutil/mem_internal.h"
#include "checkasm.h"
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 | clear_less_significant_bits (INTFLOAT *buf, int len, int bits) |
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 25 of file aacpsdsp.c.
#define STRIDE 128 |
Definition at line 26 of file aacpsdsp.c.
Definition at line 27 of file aacpsdsp.c.
#define randomize | ( | buf, | |
len | |||
) |
#define EPS 0.005 |
Definition at line 37 of file aacpsdsp.c.
Definition at line 39 of file aacpsdsp.c.
Referenced by test_stereo_interpolate().
|
static |
Definition at line 49 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
|
static |
Definition at line 68 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
|
static |
Definition at line 87 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
|
static |
Definition at line 112 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
|
static |
Definition at line 149 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
|
static |
Definition at line 186 of file aacpsdsp.c.
Referenced by checkasm_check_aacpsdsp().
void checkasm_check_aacpsdsp | ( | void | ) |
Definition at line 234 of file aacpsdsp.c.