Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_neon.c221 const float32x4x2_t g_n_h = vzipq_f32(e, f); in FilterAdaptationNEON() local
223 vst1q_f32(&fft[2 * j + 0], g_n_h.val[0]); in FilterAdaptationNEON()
224 vst1q_f32(&fft[2 * j + 4], g_n_h.val[1]); in FilterAdaptationNEON()