#include <string.h>
#include "libavutil/intreadwrite.h"
#include "libavcodec/hevcdsp.h"
#include "checkasm.h"
Go to the source code of this file.
◆ randomize_buffers
#define randomize_buffers |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
int j; \
for (j = 0; j <
size; j++) { \
AV_WN16A(
buf + j,
r >> 3); \
} \
} while (0)
Definition at line 29 of file hevc_add_res.c.
◆ randomize_buffers2
#define randomize_buffers2 |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
int j; \
for (j = 0; j <
size; j++) \
} while (0)
Definition at line 38 of file hevc_add_res.c.
◆ check_add_res()
◆ checkasm_check_hevc_add_res()
void checkasm_check_hevc_add_res |
( |
void |
| ) |
|