Home
last modified time | relevance | path

Searched refs:float_near_abs_eps_array (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dsbrdsp.c47 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64 + 256)) in test_sum64x5()
80 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64)) in test_neg_odd_64()
96 if (!float_near_abs_eps_array(dst0, dst1, EPS, 128)) in test_qmf_pre_shuffle()
112 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 64)) in test_qmf_post_shuffle()
128 if (!float_near_abs_eps_array(dst0, dst1, EPS, 64)) in test_qmf_deint_neg()
149 if (!float_near_abs_eps_array(dst0, dst1, EPS, 128)) in test_qmf_deint_bfly()
168 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 3 * 2 * 2)) in test_autocorrelate()
195 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2)) in test_hf_gen()
216 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2)) in test_hf_g_filt()
246 if (!float_near_abs_eps_array((INTFLOAT *)dst0, (INTFLOAT *)dst1, EPS, 128 * 2)) in test_hf_apply_noise()
Daacpsdsp.c63 if (!float_near_abs_eps_array(dst0, dst1, EPS, BUF_SIZE)) in test_add_squares()
82 if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2)) in test_mul_pair_single()
107 if (!float_near_abs_eps_array((float *)dst0, (float *)dst1, EPS, BUF_SIZE * 2)) in test_hybrid_analysis()
223 if (!float_near_abs_eps_array((float *)l0, (float *)l1, EPS, BUF_SIZE * 2) || in test_stereo_interpolate()
224 !float_near_abs_eps_array((float *)r0, (float *)r1, EPS, BUF_SIZE * 2)) in test_stereo_interpolate()
Djpeg2000dsp.c84 if (!float_near_abs_eps_array(ref0, new0, 1.0e-5, BUF_SIZE) || in check_ict_float()
85 !float_near_abs_eps_array(ref1, new1, 1.0e-5, BUF_SIZE) || in check_ict_float()
86 !float_near_abs_eps_array(ref2, new2, 1.0e-5, BUF_SIZE)) in check_ict_float()
Dvf_gblur.c46 if (!float_near_abs_eps_array(dst_ref, dst_new, 0.01f, PIXELS)) { in check_horiz_slice()
59 if (!float_near_abs_eps_array(dst_ref, dst_new, FLT_EPSILON, PIXELS)) { in check_postscale_slice()
Dopusdsp.c60 if (!float_near_abs_eps_array(data0 + offset, data1 + offset, EPS, MAX_SIZE)) in test_postfilter()
80 !float_near_abs_eps_array(dst0, dst1, EPS, MAX_SIZE)) in test_deemphasis()
Dcheckasm.h108 int float_near_abs_eps_array(const float *a, const float *b, float eps,
Dcheckasm.c338 int float_near_abs_eps_array(const float *a, const float *b, float eps, in float_near_abs_eps_array() function