Home
last modified time | relevance | path

Searched refs:cim (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_afirdsp.h44 const float cim = c[2 * n + 1]; in fcmul_add_c() local
48 sum[2 * n ] += tre * cre - tim * cim; in fcmul_add_c()
49 sum[2 * n + 1] += tre * cim + tim * cre; in fcmul_add_c()
61 const double cim = c[2 * n + 1]; in dcmul_add_c() local
65 sum[2 * n ] += tre * cre - tim * cim; in dcmul_add_c()
66 sum[2 * n + 1] += tre * cim + tim * cre; in dcmul_add_c()
/third_party/ffmpeg/tests/checkasm/
H A Daf_afir.c59 float cim = src2[idx + 1]; in test_fcmul_add() local
63 fabs(tre) + fabs(tim) + fabs(cre) + fabs(cim) + in test_fcmul_add()
64 fabs(tre * cre) + fabs(tim * cim) + in test_fcmul_add()
65 fabs(tre * cim) + fabs(tim * cre) + in test_fcmul_add()
66 fabs(tre * cre - tim * cim) + in test_fcmul_add()
67 fabs(tre * cim + tim * cre) + in test_fcmul_add()

Completed in 1 milliseconds