|
FFmpeg
|
#include <stdint.h>#include <string.h>#include "libavutil/mem.h"#include "libavutil/mem_internal.h"#include "libavcodec/ac3dsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize_exp(buf, len) |
| #define | randomize_i24(buf, len) |
| #define | randomize_float(buf, len) |
| #define | MAX_COEFS 256 |
| #define | MAX_CTXT 6 |
| #define | EXP_SIZE (MAX_CTXT * MAX_COEFS) |
| #define | MAX_EXPS 3072 |
| #define | BUF_SIZE 1024 |
| #define | ELEMS 240 |
Functions | |
| static void | check_ac3_exponent_min (AC3DSPContext *c) |
| static void | check_ac3_extract_exponents (AC3DSPContext *c) |
| static void | check_float_to_fixed24 (AC3DSPContext *c) |
| static void | check_ac3_sum_square_butterfly_int32 (AC3DSPContext *c) |
| static void | check_ac3_sum_square_butterfly_float (AC3DSPContext *c) |
| void | checkasm_check_ac3dsp (void) |
| #define randomize_exp | ( | buf, | |
| len ) |
Definition at line 32 of file ac3dsp.c.
Referenced by check_ac3_exponent_min().
| #define randomize_i24 | ( | buf, | |
| len ) |
Definition at line 40 of file ac3dsp.c.
Referenced by check_ac3_extract_exponents(), and check_ac3_sum_square_butterfly_int32().
| #define randomize_float | ( | buf, | |
| len ) |
Definition at line 50 of file ac3dsp.c.
Referenced by check_ac3_sum_square_butterfly_float(), and check_float_to_fixed24().
| #define MAX_COEFS 256 |
Referenced by check_ac3_exponent_min().
| #define MAX_CTXT 6 |
Referenced by check_ac3_exponent_min().
Referenced by check_ac3_exponent_min().
| #define MAX_EXPS 3072 |
Referenced by check_ac3_extract_exponents().
| #define BUF_SIZE 1024 |
| #define ELEMS 240 |
Referenced by check_ac3_sum_square_butterfly_float(), and check_ac3_sum_square_butterfly_int32().
|
static |
Definition at line 59 of file ac3dsp.c.
Referenced by checkasm_check_ac3dsp().
|
static |
Definition at line 91 of file ac3dsp.c.
Referenced by checkasm_check_ac3dsp().
|
static |
Definition at line 117 of file ac3dsp.c.
Referenced by checkasm_check_ac3dsp().
|
static |
Definition at line 142 of file ac3dsp.c.
Referenced by checkasm_check_ac3dsp().
|
static |
Definition at line 168 of file ac3dsp.c.
Referenced by checkasm_check_ac3dsp().