|
FFmpeg
|
#include <string.h>#include "libavutil/common.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "libavcodec/lossless_videodsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | randomize_buffers(buf, size) |
| #define | init_buffer(a0, a1, type, width) |
Functions | |
| static void | check_add_bytes (LLVidDSPContext *c, int width) |
| static void | check_add_median_pred (LLVidDSPContext *c, int width) |
| static void | check_add_left_pred (LLVidDSPContext *c, int width, int acc) |
| static void | check_add_left_pred_16 (LLVidDSPContext *c, unsigned mask, int width, unsigned acc) |
| static void | check_add_gradient_pred (LLVidDSPContext *c, int w) |
| void | checkasm_check_llviddsp (void) |
| #define randomize_buffers | ( | buf, | |
| size | |||
| ) |
Definition at line 31 of file llviddsp.c.
|
static |
Definition at line 45 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 71 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 106 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 132 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 158 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
| void checkasm_check_llviddsp | ( | void | ) |
Definition at line 183 of file llviddsp.c.
1.8.17