Searched defs:speechFrame (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dnoise_suppression_x.c41 const short* const* speechFrame,
44 WebRtcNsx_ProcessCore((NoiseSuppressionFixedC*)nsxInst, speechFrame,
40 WebRtcNsx_Process(NsxHandle* nsxInst, const short* const* speechFrame, int num_bands, short* const* outFrame) argument
H A Dns_core.c1044 void WebRtcNs_AnalyzeCore(NoiseSuppressionC* self, const float* speechFrame) { argument
1069 UpdateBuffer(speechFrame, self->blockLen, self->anaLen, self->analyzeBuf);
1185 const float* const* speechFrame,
1216 speechFrameHB = &speechFrame[1];
1226 UpdateBuffer(speechFrame[0], self->blockLen, self->anaLen, self->dataBuf);
1184 WebRtcNs_ProcessCore(NoiseSuppressionC* self, const float* const* speechFrame, size_t num_bands, float* const* outFrame) argument
H A Dnsx_core.c1181 // Transform input (speechFrame) to frequency domain magnitude (magnU16)
1183 short* speechFrame,
1216 WebRtcNsx_AnalysisUpdate(inst, winData, speechFrame);
1501 const short* const* speechFrame,
1565 speechFrameHB = &speechFrame[1];
1570 // Store speechFrame and transform to frequency domain
1571 WebRtcNsx_DataAnalysis(inst, (short*)speechFrame[0], magnU16);
1182 WebRtcNsx_DataAnalysis(NoiseSuppressionFixedC* inst, short* speechFrame, uint16_t* magnU16) argument
1500 WebRtcNsx_ProcessCore(NoiseSuppressionFixedC* inst, const short* const* speechFrame, int num_bands, short* const* outFrame) argument

Completed in 642 milliseconds