Home
last modified time | relevance | path

Searched refs:outFrame (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/src/modules/audio_processing/ns/
Dnoise_suppression_x.c60 short* speechFrameHB, short* outFrame, in WebRtcNsx_Process() argument
63 (NsxInst_t*)nsxInst, speechFrame, speechFrameHB, outFrame, outFrameHB); in WebRtcNsx_Process()
Dnsx_core.c1768 void WebRtcNsx_DataSynthesis(NsxInst_t* inst, short* outFrame) { in WebRtcNsx_DataSynthesis() argument
1784 outFrame[i] = inst->synthesisBuffer[i]; // Q0 in WebRtcNsx_DataSynthesis()
1841 WebRtcNsx_SynthesisUpdate(inst, outFrame, gainFactor); in WebRtcNsx_DataSynthesis()
1845 short* outFrame, short* outFrameHB) { in WebRtcNsx_ProcessCore() argument
1906 WebRtcNsx_DataSynthesis(inst, outFrame); in WebRtcNsx_ProcessCore()
2365 WebRtcNsx_DataSynthesis(inst, outFrame); in WebRtcNsx_ProcessCore()
Dns_core.c720 short* outFrame, in WebRtcNs_ProcessCore() argument
843 outFrame[i] = (short)dTmp; in WebRtcNs_ProcessCore()
1249 outFrame[i] = (short)dTmp; in WebRtcNs_ProcessCore()
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Disac.c1020 float outFrame[MAX_FRAMESAMPLES]; in Decode() local
1063 numDecodedBytesLB = WebRtcIsac_DecodeLb(outFrame, decInstLB, in Decode()
1090 if (outFrame[k] > 32767) { in Decode()
1092 } else if (outFrame[k] < -32768) { in Decode()
1095 decoded[k] = (WebRtc_Word16)WebRtcIsac_lrint(outFrame[k]); in Decode()
1104 if (outFrame[k] > 32767) { in Decode()
1106 } else if (outFrame[k] < -32768) { in Decode()
1109 outFrameLB[k] = (WebRtc_Word16)WebRtcIsac_lrint(outFrame[k]); in Decode()
1207 numDecodedBytesUB = WebRtcIsac_DecodeUb12(outFrame, decInstUB, in Decode()
1215 memset(outFrame, 0, MAX_FRAMESAMPLES * in Decode()
[all …]
/external/webrtc/src/modules/audio_processing/ns/interface/
Dnoise_suppression_x.h116 short* outFrame,