Searched refs:blockLen10ms (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/src/modules/audio_processing/ns/ |
D | ns_core.c | 90 inst->blockLen10ms = 80; in WebRtcNs_InitCore() 97 inst->blockLen10ms = 160; in WebRtcNs_InitCore() 104 inst->blockLen10ms = 160; in WebRtcNs_InitCore() 779 for (i = 0; i < inst->blockLen10ms; i++) { in WebRtcNs_ProcessCore() 783 memcpy(inst->dataBuf, inst->dataBuf + inst->blockLen10ms, in WebRtcNs_ProcessCore() 784 sizeof(float) * (inst->anaLen - inst->blockLen10ms)); in WebRtcNs_ProcessCore() 785 memcpy(inst->dataBuf + inst->anaLen - inst->blockLen10ms, fin, in WebRtcNs_ProcessCore() 786 sizeof(float) * inst->blockLen10ms); in WebRtcNs_ProcessCore() 790 for (i = 0; i < inst->blockLen10ms; i++) { in WebRtcNs_ProcessCore() 794 memcpy(inst->dataBufHB, inst->dataBufHB + inst->blockLen10ms, in WebRtcNs_ProcessCore() [all …]
|
D | nsx_core.c | 651 for (i = 0; i < inst->blockLen10ms; i++) { in SynthesisUpdateC() 657 inst->synthesisBuffer + inst->blockLen10ms, in SynthesisUpdateC() 658 inst->anaLen - inst->blockLen10ms); in SynthesisUpdateC() 660 + inst->anaLen - inst->blockLen10ms, inst->blockLen10ms); in SynthesisUpdateC() 671 inst->analysisBuffer + inst->blockLen10ms, in AnalysisUpdateC() 672 inst->anaLen - inst->blockLen10ms); in AnalysisUpdateC() 674 + inst->anaLen - inst->blockLen10ms, new_speech, inst->blockLen10ms); in AnalysisUpdateC() 758 inst->blockLen10ms = 80; in WebRtcNsx_InitCore() 766 inst->blockLen10ms = 160; in WebRtcNsx_InitCore() 774 inst->blockLen10ms = 160; in WebRtcNsx_InitCore() [all …]
|
D | nsx_core_neon.c | 555 for (; ptr_syn < &inst->synthesisBuffer[inst->blockLen10ms];) { in SynthesisUpdateNeon() 576 ptr_syn = &inst->synthesisBuffer[inst->blockLen10ms]; in SynthesisUpdateNeon() 612 int16_t* ptr_ana = &inst->analysisBuffer[inst->blockLen10ms]; in AnalysisUpdateNeon() 619 for (; ptr_out < &inst->analysisBuffer[inst->anaLen - inst->blockLen10ms];) { in AnalysisUpdateNeon()
|
D | ns_core.h | 55 int blockLen10ms; member
|
D | nsx_core.h | 94 int blockLen10ms; member
|