Home
last modified time | relevance | path

Searched refs:WebRtcIsac_DecodeUb12 (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dcodec.h115 int WebRtcIsac_DecodeUb12(float* signal_out, ISACUBDecStruct* ISACdec_obj,
Ddecode.c248 int WebRtcIsac_DecodeUb12(float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb12() function
Disac.c1207 numDecodedBytesUB = WebRtcIsac_DecodeUb12(outFrame, decInstUB, in Decode()