Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_neon.c194 int32x4_t adapt32_v_low, adapt32_v_high; in WebRtcAecm_ResetAdaptiveChannelNeon() local
201 adapt32_v_high = vshll_n_s16(vget_high_s16(stored_v), 16); in WebRtcAecm_ResetAdaptiveChannelNeon()
204 vst1q_s32(start_adapt32_p + 4, adapt32_v_high); in WebRtcAecm_ResetAdaptiveChannelNeon()