Go to the source code of this file.
◆ MAX_BLOCK_SIZE
#define MAX_BLOCK_SIZE 16 |
◆ MAX_HEIGHT
◆ MAX_STRIDE
◆ BUF_SIZE
◆ INPUT_BUF_SIZE
◆ randomize_buffers
#define randomize_buffers |
( |
|
buf0, |
|
|
|
buf1 |
|
) |
| |
Value: do { \
static_assert(sizeof(buf0) == sizeof(buf1), "Incompatible buffers"); \
static_assert(!(sizeof(buf0) % 4), "Tail handling needed"); \
static_assert(sizeof(buf0[0]) == 1 && sizeof(buf1[0]) == 1, \
"Pointer arithmetic needs to be adapted"); \
for (size_t k = 0; k < sizeof(buf0); k += 4) { \
} \
} while (0)
Definition at line 40 of file hpeldsp.c.
◆ TEST
◆ checkasm_check_hpeldsp()
void checkasm_check_hpeldsp |
( |
void |
| ) |
|