Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c519 int16_t* p_end_src = inst->synthesisBuffer + inst->anaLen; in WebRtcNsx_SynthesisUpdateNeon() local
521 while (p_start_src < p_end_src) { in WebRtcNsx_SynthesisUpdateNeon()
547 int16_t* p_end_src = inst->analysisBuffer + inst->anaLen; in WebRtcNsx_AnalysisUpdateNeon() local
549 while (p_start_src < p_end_src) { in WebRtcNsx_AnalysisUpdateNeon()
560 p_end_src = new_speech + inst->blockLen10ms; in WebRtcNsx_AnalysisUpdateNeon()
562 while (p_start_src < p_end_src) { in WebRtcNsx_AnalysisUpdateNeon()