Home
last modified time | relevance | path

Searched refs:vld1 (Results 1 – 4 of 4) sorted by relevance

/system/media/audio_utils/benchmarks/
Dintrinsic_benchmark.cpp56 const vec av = vld1<vec>(a + i); in BM_Intrinsic()
57 const vec bv = vld1<vec>(b + i); in BM_Intrinsic()
58 const vec cv = vld1<vec>(c + i); in BM_Intrinsic()
/system/media/audio_utils/tests/
Dintrinsic_tests.cpp40 TYPED_TEST(IntrisicUtilsTest, vld1) { in TYPED_TEST() argument
42 ASSERT_EQ(value, android::audio_utils::intrinsics::vld1<TypeParam>(&value)); in TYPED_TEST()
/system/media/audio_utils/include/audio_utils/
DBiquadFilter.h125 xn = vld1<T>(input); in process()
305 x = vld1<T>(input); in process()
313 x = vld1<T>(input); in process()
349 x = vld1<T>(input); in process()
492 T s1 = vld1<T>(&delays[0]); in biquad_filter_func_impl()
493 T s2 = vld1<T>(&delays[localStride]); in biquad_filter_func_impl()
496 vld1<CoefType>(coefs), vld1<CoefType>(coefs + coefStride), in biquad_filter_func_impl()
497 vld1<CoefType>(coefs + coefStride * 2), vld1<CoefType>(coefs + coefStride * 3), in biquad_filter_func_impl()
498 vld1<CoefType>(coefs + coefStride * 4), in biquad_filter_func_impl()
Dintrinsic_utils.h245 static inline T vld1(const F *f) { in vld1() function
268 retval[i] = vld1<element_type>(f); in vld1()
276 r1 = vld1<r1_type>(f); in vld1()
278 r2 = vld1<r2_type>(f); in vld1()