Searched refs:p_start_dst (Results 1 – 1 of 1) sorted by relevance
520 int16_t* p_start_dst = inst->synthesisBuffer; in WebRtcNsx_SynthesisUpdateNeon() local523 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() local551 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()