Searched refs:speechFrame (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/modules/audio_processing/ns/ |
D | noise_suppression_x.c | 41 const short* const* speechFrame, in WebRtcNsx_Process() argument 44 WebRtcNsx_ProcessCore((NoiseSuppressionFixedC*)nsxInst, speechFrame, in WebRtcNsx_Process()
|
D | noise_suppression_x.h | 80 const short* const* speechFrame,
|
D | ns_core.h | 166 void WebRtcNs_AnalyzeCore(NoiseSuppressionC* self, const float* speechFrame);
|
D | ns_core.c | 1044 void WebRtcNs_AnalyzeCore(NoiseSuppressionC* self, const float* speechFrame) { in WebRtcNs_AnalyzeCore() argument 1069 UpdateBuffer(speechFrame, self->blockLen, self->anaLen, self->analyzeBuf); in WebRtcNs_AnalyzeCore() 1185 const float* const* speechFrame, in WebRtcNs_ProcessCore() argument 1216 speechFrameHB = &speechFrame[1]; in WebRtcNs_ProcessCore() 1226 UpdateBuffer(speechFrame[0], self->blockLen, self->anaLen, self->dataBuf); in WebRtcNs_ProcessCore()
|
D | nsx_core.c | 1183 short* speechFrame, in WebRtcNsx_DataAnalysis() argument 1216 WebRtcNsx_AnalysisUpdate(inst, winData, speechFrame); in WebRtcNsx_DataAnalysis() 1501 const short* const* speechFrame, in WebRtcNsx_ProcessCore() argument 1565 speechFrameHB = &speechFrame[1]; in WebRtcNsx_ProcessCore() 1571 WebRtcNsx_DataAnalysis(inst, (short*)speechFrame[0], magnU16); in WebRtcNsx_ProcessCore()
|