Home
last modified time | relevance | path

Searched refs:ISACUBDecStruct (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Dcodec.h102 ISACUBDecStruct* ISACdec_obj,
122 ISACUBDecStruct* ISACdec_obj,
Ddecode.c186 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb16()
252 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb12()
Dstructs.h400 } ISACUBDecStruct; typedef
414 ISACUBDecStruct ISACdecUB_obj;
Disac.c1039 ISACUBDecStruct* decInstUB = &(instISAC->instUB.ISACdecUB_obj); in Decode()