Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/aecm/
Daecm_core_neon.c51 int16_t* start_stored_p = aecm->channelStored; in WebRtcAecm_CalcLinearEnergiesNeon() local
75 while (start_stored_p < end_stored_p) { in WebRtcAecm_CalcLinearEnergiesNeon()
78 store_v = vld1q_s16(start_stored_p); in WebRtcAecm_CalcLinearEnergiesNeon()
100 start_stored_p += 8; in WebRtcAecm_CalcLinearEnergiesNeon()
144 int16_t* start_stored_p = aecm->channelStored; in WebRtcAecm_StoreAdaptiveChannelNeon() local
152 while (start_stored_p < end_stored_p) { in WebRtcAecm_StoreAdaptiveChannelNeon()
156 vst1q_s16(start_stored_p, adapt_v); in WebRtcAecm_StoreAdaptiveChannelNeon()
168 start_stored_p += 8; in WebRtcAecm_StoreAdaptiveChannelNeon()
188 int16_t* start_stored_p = aecm->channelStored; in WebRtcAecm_ResetAdaptiveChannelNeon() local
191 const int16_t* end_stored_p = start_stored_p + PART_LEN; in WebRtcAecm_ResetAdaptiveChannelNeon()
[all …]