|
FFmpeg
|
#include <assert.h>#include <string.h>#include "checkasm.h"#include "libavcodec/mpeg4videodsp.h"#include "libavutil/avassert.h"#include "libavutil/intreadwrite.h"#include "libavutil/mem_internal.h"Go to the source code of this file.
Macros | |
| #define | randomize_buffer(buf) |
Enumerations | |
| enum | { MAX_WIDTH = 1024 , MAX_HEIGHT = 64 , MAX_STRIDE = MAX_WIDTH , MAX_BLOCK_HEIGHT = 16 , W = 8 } |
Functions | |
| static int | get_signed_rnd (int nb_bits) |
| static int | get_mv_delta (int shift, int is_diag) |
| static int | modify_fpel (int coordinate, int size, int block_size, int type) |
| static void | checkasm_check_gmc (const Mpeg4VideoDSPContext *const mdsp) |
| void | checkasm_check_mpeg4videodsp (void) |
| #define randomize_buffer | ( | buf | ) |
Definition at line 38 of file mpeg4videodsp.c.
Referenced by checkasm_check_gmc().
| anonymous enum |
| Enumerator | |
|---|---|
| MAX_WIDTH | |
| MAX_HEIGHT | |
| MAX_STRIDE | |
| MAX_BLOCK_HEIGHT | |
| W | |
Definition at line 28 of file mpeg4videodsp.c.
|
static |
Definition at line 47 of file mpeg4videodsp.c.
Referenced by get_mv_delta().
|
static |
Definition at line 53 of file mpeg4videodsp.c.
Referenced by checkasm_check_gmc().
|
static |
Definition at line 64 of file mpeg4videodsp.c.
Referenced by checkasm_check_gmc().
|
static |
Definition at line 77 of file mpeg4videodsp.c.
Referenced by checkasm_check_mpeg4videodsp().
| void checkasm_check_mpeg4videodsp | ( | void | ) |
Definition at line 147 of file mpeg4videodsp.c.