Go to the source code of this file.
◆ randomize_buffer
| #define randomize_buffer |
( |
|
buf | ) |
|
Value: do { \
static_assert(!(sizeof(buf) % 4), "Tail handling needed"); \
for (size_t k = 0; k < sizeof(buf); k += 4) { \
} \
} while (0)
Definition at line 37 of file mpeg4videodsp.c.
◆ anonymous enum
| Enumerator |
|---|
| MAX_WIDTH | |
| MAX_HEIGHT | |
| MAX_STRIDE | |
| MAX_BLOCK_HEIGHT | |
| W | |
Definition at line 27 of file mpeg4videodsp.c.
◆ get_signed_rnd()
| static int get_signed_rnd |
( |
int |
nb_bits | ) |
|
|
static |
◆ get_mv_delta()
| static int get_mv_delta |
( |
int |
shift, |
|
|
int |
is_diag |
|
) |
| |
|
static |
◆ modify_fpel()
| static int modify_fpel |
( |
int |
coordinate, |
|
|
int |
size, |
|
|
int |
block_size, |
|
|
int |
type |
|
) |
| |
|
static |
◆ checkasm_check_gmc()
◆ checkasm_check_mpeg4videodsp()
| void checkasm_check_mpeg4videodsp |
( |
void |
| ) |
|