Go to the source code of this file.
◆ BUF_SIZE
◆ MAX_CHANNELS
◆ randomize_buffers
#define randomize_buffers |
( |
| ) |
|
Value: do { \
uint32_t
r =
rnd() & (1 << (
bits - 2)) - 1; \
AV_WN32A(ref_src[j] +
i,
r); \
AV_WN32A(new_src[j] +
i,
r); \
} \
} \
} while (0)
Definition at line 32 of file flacdsp.c.
◆ check_decorrelate()
static void check_decorrelate |
( |
uint8_t ** |
ref_dst, |
|
|
uint8_t ** |
ref_src, |
|
|
uint8_t ** |
new_dst, |
|
|
uint8_t ** |
new_src, |
|
|
int |
channels, |
|
|
int |
bits |
|
) |
| |
|
static |
◆ checkasm_check_flacdsp()
void checkasm_check_flacdsp |
( |
void |
| ) |
|