Searched defs:vdivq_f32 (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/aec/
H A Daec_core_neon.c84 // ARM64's arm_neon.h has already defined vdivq_f32 vsqrtq_f32.
86 static float32x4_t vdivq_f32(float32x4_t a, float32x4_t b) { function
147 float32x4_t ef_re = vdivq_f32(ef_re_base, xPowPlus);
148 float32x4_t ef_im = vdivq_f32(ef_im_base, xPowPlus);
154 const float32x4_t absEfInv = vdivq_f32(kThresh, absEfPlus);
702 vec_cohde = vdivq_f32(vec_cohde, vec_sdse);
704 vec_cohxd = vdivq_f32(vec_cohxd, vec_sdsx);

Completed in 589 milliseconds