Home
last modified time | relevance | path

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

/external/webrtc/modules/audio_coding/codecs/isac/main/source/
Ddecode.c185 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb16() argument
202 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj, in WebRtcIsac_DecodeUb16()
209 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain, in WebRtcIsac_DecodeUb16()
224 &ISACdecUB_obj->fftstr_obj); in WebRtcIsac_DecodeUb16()
228 UB_LPC_ORDER, ISACdecUB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeUb16()
229 (ISACdecUB_obj->maskfiltstr_obj).PostStateLoG, halfFrameFirst, in WebRtcIsac_DecodeUb16()
233 UB_LPC_ORDER, ISACdecUB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeUb16()
234 (ISACdecUB_obj->maskfiltstr_obj).PostStateLoG, halfFrameSecond, in WebRtcIsac_DecodeUb16()
251 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb12() argument
269 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj, in WebRtcIsac_DecodeUb12()
[all …]
Dstructs.h367 ISACUBDecStruct ISACdecUB_obj; member
Disac.c859 instISAC->ISACdecUB_obj.bitstr_obj.stream[i] = 0; in DecoderInitUb()
862 WebRtcIsac_InitMasking(&instISAC->ISACdecUB_obj.maskfiltstr_obj); in DecoderInitUb()
864 &instISAC->ISACdecUB_obj.postfiltbankstr_obj); in DecoderInitUb()
985 ISACUBDecStruct* decInstUB = &(instISAC->instUB.ISACdecUB_obj); in Decode()