Go to the documentation of this file.
28 #define MIN_VAL (-255 - 5 * 127)
29 #define MAX_VAL ( 255 + 5 * 128)
31 #define randomize(buf, len) \
33 for (int i = 0; i < len; i++) \
34 buf[i] = ((rnd() % (MAX_VAL - MIN_VAL + 1)) + MIN_VAL); \
42 if (
check_func(
s->ssd_int8_vs_int16,
"ssd_int8_vs_int16")) {
59 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)