Home
last modified time | relevance | path

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

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Dcodec.h34 int WebRtcIsac_DecodeLb(float* signal_out, ISACLBDecStruct* ISACdec_obj,
Ddecode.c38 int WebRtcIsac_DecodeLb(float* signal_out, ISACLBDecStruct* ISACdecLB_obj, in WebRtcIsac_DecodeLb() function
Disac.c1063 numDecodedBytesLB = WebRtcIsac_DecodeLb(outFrame, decInstLB, in Decode()