Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_processing/ns/
Dnsx_core_neon.c454 int16_t* psynthesis_buffer = inst->synthesisBuffer; in WebRtcNsx_SynthesisUpdateNeon()
507 int16_t * p_start = inst->synthesisBuffer; in WebRtcNsx_SynthesisUpdateNeon()
508 int16_t * p_end = inst->synthesisBuffer + inst->blockLen10ms; in WebRtcNsx_SynthesisUpdateNeon()
518 int16_t* p_start_src = inst->synthesisBuffer + inst->blockLen10ms; in WebRtcNsx_SynthesisUpdateNeon()
519 int16_t* p_end_src = inst->synthesisBuffer + inst->anaLen; in WebRtcNsx_SynthesisUpdateNeon()
520 int16_t* p_start_dst = inst->synthesisBuffer; in WebRtcNsx_SynthesisUpdateNeon()
528 p_start = inst->synthesisBuffer + inst->anaLen - inst->blockLen10ms; in WebRtcNsx_SynthesisUpdateNeon()
Dnsx_core_mips.c513 int16_t *synthBuf = inst->synthesisBuffer; in WebRtcNsx_SynthesisUpdate_mips()
748 memcpy(inst->synthesisBuffer, inst->synthesisBuffer + inst->blockLen10ms, in WebRtcNsx_SynthesisUpdate_mips()
749 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->synthesisBuffer)); in WebRtcNsx_SynthesisUpdate_mips()
750 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer in WebRtcNsx_SynthesisUpdate_mips()
Dnsx_core.c506 inst->synthesisBuffer[i] = WebRtcSpl_AddSatW16(inst->synthesisBuffer[i], in SynthesisUpdateC()
512 out_frame[i] = inst->synthesisBuffer[i]; // Q0 in SynthesisUpdateC()
516 memcpy(inst->synthesisBuffer, inst->synthesisBuffer + inst->blockLen10ms, in SynthesisUpdateC()
517 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->synthesisBuffer)); in SynthesisUpdateC()
518 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer in SynthesisUpdateC()
673 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer, ANAL_BLOCKL_MAX); in WebRtcNsx_InitCore()
1442 outFrame[i] = inst->synthesisBuffer[i]; // Q0 in WebRtcNsx_DataSynthesis()
1445 memcpy(inst->synthesisBuffer, inst->synthesisBuffer + inst->blockLen10ms, in WebRtcNsx_DataSynthesis()
1446 (inst->anaLen - inst->blockLen10ms) * sizeof(*inst->synthesisBuffer)); in WebRtcNsx_DataSynthesis()
1447 WebRtcSpl_ZerosArrayW16(inst->synthesisBuffer + inst->anaLen - inst->blockLen10ms, in WebRtcNsx_DataSynthesis()
Dnsx_core.h27 int16_t synthesisBuffer[ANAL_BLOCKL_MAX]; member