Go to the documentation of this file.
30 #define randomize(buf, len) \
32 for (int i = 0; i < len; i++) \
33 buf[i] = ((rnd() % 65281) - 32641); \
41 if (
check_func(
s->ssd_int8_vs_int16,
"ssd_int8_vs_int16")) {
58 report(
"ssd_int8_vs_int16");
#define check_func(func,...)
#define LOCAL_ALIGNED_16(t, v,...)
static void test_ssd_int8_vs_int16(SVQ1EncDSPContext *s)
static void ff_svq1enc_init(SVQ1EncDSPContext *c)
#define LOCAL_ALIGNED_4(t, v,...)
#define declare_func(ret,...)
#define randomize(buf, len)
void checkasm_check_svq1enc(void)