#include <stddef.h>
#include <stdint.h>
#include "checkasm.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mem_internal.h"
#include "libavutil/pixelutils.h"
Go to the source code of this file.
◆ randomize_buffer
| #define randomize_buffer |
( |
|
buf | ) |
|
Value: do { \
for (size_t k = 0; k < sizeof(buf); k += 4) { \
} \
} while (0)
Definition at line 34 of file pixelutils.c.
◆ anonymous enum
| Enumerator |
|---|
| LOG2_MIN_DIMENSION | |
| LOG2_MAX_DIMENSION | |
| BUF_SIZE | arbitrary
|
Definition at line 28 of file pixelutils.c.
◆ checkasm_check_sad()
| static void checkasm_check_sad |
( |
void |
| ) |
|
|
static |
◆ checkasm_check_pixelutils()
| void checkasm_check_pixelutils |
( |
void |
| ) |
|