|
FFmpeg
|
#include <stddef.h>#include <stdint.h>#include <string.h>#include "libavutil/intreadwrite.h"#include "libavutil/macros.h"#include "libavutil/mem_internal.h"#include "libavcodec/mathops.h"#include "libavcodec/rv34dsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize(buf, len) |
Functions | |
| static void | test_rv34_inv_transform_dc (RV34DSPContext *s) |
| static void | test_rv34_idct_dc_add (RV34DSPContext *s) |
| static void | test_rv34_idct_add (const RV34DSPContext *const s) |
| void | checkasm_check_rv34dsp (void) |
| #define randomize | ( | buf, | |
| len ) |
Definition at line 34 of file rv34dsp.c.
Referenced by test_rv34_idct_dc_add(), and test_rv34_inv_transform_dc().
|
static |
Definition at line 40 of file rv34dsp.c.
Referenced by checkasm_check_rv34dsp().
|
static |
Definition at line 63 of file rv34dsp.c.
Referenced by checkasm_check_rv34dsp().
|
static |
< arbitrary, should be divisible by four
Definition at line 86 of file rv34dsp.c.
Referenced by checkasm_check_rv34dsp().