Go to the documentation of this file.
30 #define randomize_buffers(buf, size) \
33 for (j = 0; j < size; j++) { \
34 int16_t r = rnd() & 0x7FFF; \
35 if (rnd() & 1) r = -r; \
36 AV_WN16A(buf + j, r); \
46 for (
i = 2;
i <= 5;
i++) {
47 int block_size = 1 <<
i;
48 int size = block_size * block_size;
52 memcpy(coeffs1, coeffs0,
sizeof(*coeffs0) *
size);
58 if (memcmp(coeffs0, coeffs1,
sizeof(*coeffs0) *
size))
void ff_hevc_dsp_init(HEVCDSPContext *hevcdsp, int bit_depth)
#define check_func(func,...)
static void check_dequant(HEVCDSPContext *h, int bit_depth)
static void bit_depth(AudioStatsContext *s, const uint64_t *const mask, uint8_t *depth)
void checkasm_check_hevc_dequant(void)
#define randomize_buffers(buf, size)
#define LOCAL_ALIGNED(a, t, v,...)
#define i(width, name, range_min, range_max)
#define declare_func(ret,...)