|
FFmpeg
|
#include <string.h>#include "libavutil/mem_internal.h"#include "libavcodec/pngdsp.h"#include "checkasm.h"Go to the source code of this file.
Macros | |
| #define | BUF_SIZE 4096 |
| #define | randomize_buf(buf, size) |
Functions | |
| static void | check_add_bytes_l2 (const PNGDSPContext *c) |
| static void | check_add_paeth_prediction (const PNGDSPContext *c) |
| void | checkasm_check_png (void) |
| #define randomize_buf | ( | buf, | |
| size ) |
Definition at line 30 of file png.c.
Referenced by check_add_bytes_l2(), and check_add_paeth_prediction().
|
static |
Definition at line 36 of file png.c.
Referenced by checkasm_check_png().
|
static |
Definition at line 62 of file png.c.
Referenced by checkasm_check_png().