Searched refs:ISACdecUB_obj (Results 1 – 3 of 3) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | decode.c | 186 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb16() argument 203 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj, in WebRtcIsac_DecodeUb16() 210 len = WebRtcIsac_DecodeSpec(&ISACdecUB_obj->bitstr_obj, kAveragePitchGain, in WebRtcIsac_DecodeUb16() 225 &ISACdecUB_obj->fftstr_obj); in WebRtcIsac_DecodeUb16() 229 UB_LPC_ORDER, ISACdecUB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeUb16() 230 (ISACdecUB_obj->maskfiltstr_obj).PostStateLoG, halfFrameFirst, in WebRtcIsac_DecodeUb16() 234 UB_LPC_ORDER, ISACdecUB_obj->maskfiltstr_obj.PostStateLoF, in WebRtcIsac_DecodeUb16() 235 (ISACdecUB_obj->maskfiltstr_obj).PostStateLoG, halfFrameSecond, in WebRtcIsac_DecodeUb16() 252 float* signal_out, ISACUBDecStruct* ISACdecUB_obj, in WebRtcIsac_DecodeUb12() argument 270 err = WebRtcIsac_DecodeInterpolLpcUb(&ISACdecUB_obj->bitstr_obj, in WebRtcIsac_DecodeUb12() [all …]
|
D | isac.c | 913 instISAC->ISACdecUB_obj.bitstr_obj.stream[i] = 0; in DecoderInitUb() 916 WebRtcIsac_InitMasking(&instISAC->ISACdecUB_obj.maskfiltstr_obj); in DecoderInitUb() 918 &instISAC->ISACdecUB_obj.postfiltbankstr_obj); in DecoderInitUb() 1039 ISACUBDecStruct* decInstUB = &(instISAC->instUB.ISACdecUB_obj); in Decode()
|
D | structs.h | 414 ISACUBDecStruct ISACdecUB_obj; member
|