|
FFmpeg
|
#include <stddef.h>#include <stdint.h>#include "checkasm.h"#include "libavfilter/vf_fsppdsp.h"#include "libavcodec/mathops.h"#include "libavutil/mem_internal.h"Go to the source code of this file.
Macros | |
| #define | randomize_buffers(buf) |
| #define | randomize_mask_buffers(buf, buf2, nb_elems, nb_bits) |
| #define | randomize_buffer_range(buf, min, max) |
Functions | |
| static void | check_store_slice (void) |
| static void | check_mul_thrmat (void) |
| static void | check_column_fidct (void) |
| void | checkasm_check_vf_fspp (void) |
| #define randomize_buffers | ( | buf | ) |
Definition at line 27 of file vf_fspp.c.
Referenced by check_column_fidct(), check_mul_thrmat(), and check_store_slice().
| #define randomize_mask_buffers | ( | buf, | |
| buf2, | |||
| nb_elems, | |||
| nb_bits ) |
Definition at line 33 of file vf_fspp.c.
Referenced by check_store_slice().
Definition at line 39 of file vf_fspp.c.
Referenced by check_column_fidct().
|
static |
in elements, not in bytes; 32 is arbitrary
Definition at line 45 of file vf_fspp.c.
Referenced by checkasm_check_vf_fspp().
|
static |
Definition at line 112 of file vf_fspp.c.
Referenced by checkasm_check_vf_fspp().
|
static |