Searched refs:start_stored_p (Results 1 – 1 of 1) sorted by relevance
51 int16_t* start_stored_p = aecm->channelStored; in WebRtcAecm_CalcLinearEnergiesNeon() local75 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() local152 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() local191 const int16_t* end_stored_p = start_stored_p + PART_LEN; in WebRtcAecm_ResetAdaptiveChannelNeon()[all …]