Go to the documentation of this file.
25 #define randomize_buffers() \
28 for (i = 0; i < PREV_SAMPLES_BUF_SIZE; i++) { \
29 src0[i] = src1[i] = sign_extend(rnd(), 16); \
36 const int16_t *tmp0 =
src0;
37 const int16_t *tmp1 =
src1;
41 declare_func(
void,
const int16_t *prev_samples,
int xout[2]);
47 if (memcmp(dst0, dst1,
sizeof(dst0)))
#define PREV_SAMPLES_BUF_SIZE
#define check_func(func,...)
void checkasm_check_g722dsp(void)
static void check_qmf(void)
#define randomize_buffers()
#define declare_func(ret,...)
av_cold void ff_g722dsp_init(G722DSPContext *c)