Go to the source code of this file.
◆ randomize_buffers
#define randomize_buffers |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
for (
int j = 0; j <
size; j += 4) \
} while (0)
Definition at line 31 of file sw_yuv2rgb.c.
◆ MAX_LINE_SIZE
#define MAX_LINE_SIZE 1920 |
◆ cmp_off_by_n()
static int cmp_off_by_n |
( |
const uint8_t * |
ref, |
|
|
const uint8_t * |
test, |
|
|
size_t |
n, |
|
|
int |
accuracy |
|
) |
| |
|
static |
◆ cmp_555_by_n()
static int cmp_555_by_n |
( |
const uint8_t * |
ref, |
|
|
const uint8_t * |
test, |
|
|
size_t |
n, |
|
|
int |
accuracy |
|
) |
| |
|
static |
◆ cmp_565_by_n()
static int cmp_565_by_n |
( |
const uint8_t * |
ref, |
|
|
const uint8_t * |
test, |
|
|
size_t |
n, |
|
|
int |
accuracy |
|
) |
| |
|
static |
◆ check_yuv2rgb()
static void check_yuv2rgb |
( |
int |
src_pix_fmt | ) |
|
|
static |
◆ checkasm_check_sw_yuv2rgb()
void checkasm_check_sw_yuv2rgb |
( |
void |
| ) |
|
◆ dst_fmts