#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.
◆ randomize_buffers
| #define randomize_buffers |
( |
|
buf | ) |
|
◆ randomize_mask_buffers
| #define randomize_mask_buffers |
( |
|
buf, |
|
|
|
buf2, |
|
|
|
nb_elems, |
|
|
|
nb_bits |
|
) |
| |
Value: do { \
for (size_t j = 0; j < nb_elems; ++j) \
} while (0)
Definition at line 33 of file vf_fspp.c.
◆ randomize_buffer_range
| #define randomize_buffer_range |
( |
|
buf, |
|
|
|
min, |
|
|
|
max |
|
) |
| |
◆ check_store_slice()
| static void check_store_slice |
( |
void |
| ) |
|
|
static |
◆ check_mul_thrmat()
| static void check_mul_thrmat |
( |
void |
| ) |
|
|
static |
◆ check_column_fidct()
| static void check_column_fidct |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_vf_fspp()
| void checkasm_check_vf_fspp |
( |
void |
| ) |
|