Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c520 int16_t* p_start_dst = inst->synthesisBuffer; in WebRtcNsx_SynthesisUpdateNeon() local
523 vst1q_s16(p_start_dst, frame); in WebRtcNsx_SynthesisUpdateNeon()
525 p_start_dst += 8; in WebRtcNsx_SynthesisUpdateNeon()
548 int16_t* p_start_dst = inst->analysisBuffer; in WebRtcNsx_AnalysisUpdateNeon() local
551 vst1q_s16(p_start_dst, frame); in WebRtcNsx_AnalysisUpdateNeon()
554 p_start_dst += 8; in WebRtcNsx_AnalysisUpdateNeon()
561 p_start_dst = inst->analysisBuffer + inst->anaLen - inst->blockLen10ms; in WebRtcNsx_AnalysisUpdateNeon()
564 vst1q_s16(p_start_dst, frame); in WebRtcNsx_AnalysisUpdateNeon()
567 p_start_dst += 8; in WebRtcNsx_AnalysisUpdateNeon()