Searched refs:vld1 (Results 1 – 4 of 4) sorted by relevance
56 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()
40 TYPED_TEST(IntrisicUtilsTest, vld1) { in TYPED_TEST() argument42 ASSERT_EQ(value, android::audio_utils::intrinsics::vld1<TypeParam>(&value)); in TYPED_TEST()
125 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()
245 static inline T vld1(const F *f) { in vld1() function268 retval[i] = vld1<element_type>(f); in vld1()276 r1 = vld1<r1_type>(f); in vld1()278 r2 = vld1<r2_type>(f); in vld1()