#include <string.h>
#include "libavutil/mem_internal.h"
#include "libavcodec/pngdsp.h"
#include "checkasm.h"
Go to the source code of this file.
◆ BUF_SIZE
Definition at line 28 of file png.c.
◆ randomize_buf
| #define randomize_buf |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
buf[
i] = (uint8_t)
rnd(); \
} while (0)
Definition at line 30 of file png.c.
◆ check_add_bytes_l2()
◆ check_add_paeth_prediction()
| static void check_add_paeth_prediction |
( |
const PNGDSPContext * |
c | ) |
|
|
static |
◆ checkasm_check_png()
| void checkasm_check_png |
( |
void |
| ) |
|