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

/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c634 float32x4_t vec_sqrtHanning_rev = local
637 vec_sqrtHanning_rev = vrev64q_f32(vec_sqrtHanning_rev);
639 vec_sqrtHanning_rev = vcombine_f32(vget_high_f32(vec_sqrtHanning_rev),
640 vget_low_f32(vec_sqrtHanning_rev));
643 vmulq_f32(vec_Buf2, vec_sqrtHanning_rev));
H A Daec_core_sse2.c617 __m128 vec_sqrtHanning_rev = local
620 vec_sqrtHanning_rev =
621 _mm_shuffle_ps(vec_sqrtHanning_rev, vec_sqrtHanning_rev,
625 _mm_mul_ps(vec_Buf2, vec_sqrtHanning_rev));

Completed in 39 milliseconds