Go to the source code of this file.
|
static const uint32_t | pixel_mask [3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff } |
|
static const uint32_t | sao_size [5] = {8, 16, 32, 48, 64} |
|
◆ SIZEOF_PIXEL
◆ PIXEL_STRIDE
◆ BUF_SIZE
◆ OFFSET_THRESH
◆ OFFSET_LENGTH
◆ randomize_buffers
#define randomize_buffers |
( |
|
buf0, |
|
|
|
buf1, |
|
|
|
size |
|
) |
| |
Value: do { \
int k; \
for (k = 0; k <
size; k += 4) { \
} \
} while (0)
Definition at line 39 of file hevc_sao.c.
◆ randomize_buffers2
#define randomize_buffers2 |
( |
|
buf, |
|
|
|
size |
|
) |
| |
Value: do { \
int k; \
for (k = 0; k <
size; k++) { \
uint8_t
r =
rnd() % max_offset; \
} \
} else { \
for (k = 0; k <
size; k++) { \
uint16_t
r =
rnd() % max_offset; \
} \
} \
} while (0)
Definition at line 50 of file hevc_sao.c.
◆ check_sao_band()
◆ check_sao_edge()
◆ checkasm_check_hevc_sao()
void checkasm_check_hevc_sao |
( |
void |
| ) |
|
◆ pixel_mask
const uint32_t pixel_mask[3] = { 0xffffffff, 0x03ff03ff, 0x0fff0fff } |
|
static |
◆ sao_size
const uint32_t sao_size[5] = {8, 16, 32, 48, 64} |
|
static |