Go to the documentation of this file.
29 #define randomize_float(buf, len) \
32 for (i = 0; i < len; i++) { \
33 float f = (float)rnd() / (UINT_MAX >> 5) - 16.0f; \
#define check_func(func,...)
#define LOCAL_ALIGNED_32(t, v,...)
void checkasm_check_aacencdsp(void)
static void test_abs_pow34(AACEncDSPContext *s)
#define randomize_float(buf, len)
int float_near_ulp_array(const float *a, const float *b, unsigned max_ulp, unsigned len)
#define declare_func(ret,...)
static void ff_aacenc_dsp_init(AACEncDSPContext *s)