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, const char *report) |
static void | check_add_left_pred_16 (LLVidDSPContext c, unsigned mask, int width, unsigned acc, const char *report) |
static void | check_add_gradient_pred (LLVidDSPContext c, int w) |
void | checkasm_check_llviddsp (void) |
Definition at line 31 of file llviddsp.c.
Definition at line 39 of file llviddsp.c.
Referenced by check_add_bytes(), check_add_gradient_pred(), check_add_left_pred(), check_add_left_pred_16(), and check_add_median_pred().
|
static |
Definition at line 45 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 73 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 110 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 139 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
|
static |
Definition at line 168 of file llviddsp.c.
Referenced by checkasm_check_llviddsp().
Definition at line 195 of file llviddsp.c.