FFmpeg
|
#include "checkasm.h"
#include "libavutil/common.h"
#include "libavutil/fixed_dsp.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "libavutil/mem_internal.h"
Go to the source code of this file.
Macros | |
#define | BUF_SIZE 256 |
#define | randomize_buffers() |
Functions | |
static void | check_vector_fmul (const int *src0, const int *src1) |
static void | check_vector_fmul_add (const int *src0, const int *src1, const int *src2) |
static void | check_vector_fmul_window (const int32_t *src0, const int32_t *src1, const int32_t *win) |
static void | check_vector_fmul_window_scaled (const int32_t *src0, const int32_t *src1, const int32_t *win) |
static void | check_butterflies (const int *src0, const int *src1) |
static void | check_scalarproduct_fixed (const int *src0, const int *src1) |
void | checkasm_check_fixed_dsp (void) |
#define BUF_SIZE 256 |
Definition at line 28 of file fixed_dsp.c.
#define randomize_buffers | ( | ) |
Definition at line 30 of file fixed_dsp.c.
|
static |
Definition at line 40 of file fixed_dsp.c.
Referenced by checkasm_check_fixed_dsp().
|
static |
Definition at line 54 of file fixed_dsp.c.
Referenced by checkasm_check_fixed_dsp().
|
static |
Definition at line 68 of file fixed_dsp.c.
Referenced by checkasm_check_fixed_dsp().
|
static |
Definition at line 82 of file fixed_dsp.c.
Referenced by checkasm_check_fixed_dsp().
|
static |
Definition at line 96 of file fixed_dsp.c.
Referenced by checkasm_check_fixed_dsp().
|
static |
Definition at line 120 of file fixed_dsp.c.
Referenced by checkasm_check_fixed_dsp().
void checkasm_check_fixed_dsp | ( | void | ) |
Definition at line 133 of file fixed_dsp.c.