Go to the source code of this file.
|
static const uint32_t | pixel_mask [3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff } |
|
◆ SIZEOF_PIXEL
◆ SRC_PIXEL_STRIDE
◆ DST_PIXEL_STRIDE
◆ SRC_BUF_SIZE
◆ DST_BUF_SIZE
◆ LUMA_PARAMS_SIZE
◆ randomize_buffers
#define randomize_buffers |
( |
|
buf0, |
|
|
|
buf1, |
|
|
|
size |
|
) |
| |
Value: do { \
int k; \
for (k = 0; k <
size; k += 4) { \
} \
} while (0)
Definition at line 42 of file vvc_alf.c.
◆ randomize_buffers2
Value: do { \
int k; \
for (k = 0; k <
size; k++) { \
} \
} else { \
for (k = 0; k <
size; k++) { \
} \
} \
} while (0)
Definition at line 53 of file vvc_alf.c.
◆ get_alf_vb_pos()
static int get_alf_vb_pos |
( |
const int |
h, |
|
|
const int |
vb_pos_above |
|
) |
| |
|
static |
◆ check_alf_filter()
static void check_alf_filter |
( |
VVCDSPContext * |
c, |
|
|
const int |
bit_depth |
|
) |
| |
|
static |
◆ check_alf_classify()
static void check_alf_classify |
( |
VVCDSPContext * |
c, |
|
|
const int |
bit_depth |
|
) |
| |
|
static |
◆ checkasm_check_vvc_alf()
void checkasm_check_vvc_alf |
( |
void |
| ) |
|
◆ pixel_mask
const uint32_t pixel_mask[3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff } |
|
static |