Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core.h196 int16_t* new_speech);
231 int16_t* new_speech);
245 int16_t* new_speech);
Dnsx_core_neon.c539 int16_t* new_speech) { in WebRtcNsx_AnalysisUpdateNeon() argument
559 p_start_src = new_speech; in WebRtcNsx_AnalysisUpdateNeon()
560 p_end_src = new_speech + inst->blockLen10ms; in WebRtcNsx_AnalysisUpdateNeon()
Dnsx_core_mips.c333 int16_t* new_speech) { in WebRtcNsx_AnalysisUpdate_mips() argument
347 memcpy(inst->analysisBuffer + inst->anaLen - inst->blockLen10ms, new_speech, in WebRtcNsx_AnalysisUpdate_mips()
Dnsx_core.c525 int16_t* new_speech) { in AnalysisUpdateC() argument
531 memcpy(inst->analysisBuffer + inst->anaLen - inst->blockLen10ms, new_speech, in AnalysisUpdateC()