Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_rdft_neon.c181 __inline static float32x4_t reverse_order_f32x4(float32x4_t in) { in reverse_order_f32x4() function
200 const float32x4_t wkr_ = reverse_order_f32x4(wkrt); // 31, 30, 29, 28, in rftfsub_128_neon()
208 const float32x4_t a_k2_p0 = reverse_order_f32x4(k2_0_4.val[0]); in rftfsub_128_neon()
210 const float32x4_t a_k2_p1 = reverse_order_f32x4(k2_0_4.val[1]); in rftfsub_128_neon()
280 const float32x4_t wkr_ = reverse_order_f32x4(wkrt); // 31, 30, 29, 28, in rftbsub_128_neon()
288 const float32x4_t a_k2_p0 = reverse_order_f32x4(k2_0_4.val[0]); in rftbsub_128_neon()
290 const float32x4_t a_k2_p1 = reverse_order_f32x4(k2_0_4.val[1]); in rftbsub_128_neon()