Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Ddecode.c39 float* signal_out, ISACLBDecStruct* ISACdecLB_obj, in WebRtcIsac_DecodeLb() argument
71 WebRtcIsac_ResetBitstream(&(ISACdecLB_obj->bitstr_obj)); in WebRtcIsac_DecodeLb()
77 err = WebRtcIsac_DecodeFrameLen(&ISACdecLB_obj->bitstr_obj, in WebRtcIsac_DecodeLb()
88 err = WebRtcIsac_DecodeSendBW(&ISACdecLB_obj->bitstr_obj, &bandwidthInd); in WebRtcIsac_DecodeLb()
97 err = WebRtcIsac_DecodePitchGain(&ISACdecLB_obj->bitstr_obj, in WebRtcIsac_DecodeLb()
103 err = WebRtcIsac_DecodePitchLag(&ISACdecLB_obj->bitstr_obj, PitchGains_Q12, in WebRtcIsac_DecodeLb()
113 err = WebRtcIsac_DecodeLpc(&ISACdecLB_obj->bitstr_obj, lo_filt_coef, in WebRtcIsac_DecodeLb()
119 len = WebRtcIsac_DecodeSpec(&ISACdecLB_obj->bitstr_obj, AvgPitchGain_Q12, in WebRtcIsac_DecodeLb()
127 &ISACdecLB_obj->fftstr_obj); in WebRtcIsac_DecodeLb()
141 WebRtcIsac_PitchfilterPost(LPw, LPw_pf, &ISACdecLB_obj->pitchfiltstr_obj, in WebRtcIsac_DecodeLb()
[all …]
Disac.c900 instISAC->ISACdecLB_obj.bitstr_obj.stream[i] = 0; in DecoderInitLb()
903 WebRtcIsac_InitMasking(&instISAC->ISACdecLB_obj.maskfiltstr_obj); in DecoderInitLb()
905 &instISAC->ISACdecLB_obj.postfiltbankstr_obj); in DecoderInitLb()
906 WebRtcIsac_InitPitchFilter(&instISAC->ISACdecLB_obj.pitchfiltstr_obj); in DecoderInitLb()
1040 ISACLBDecStruct* decInstLB = &(instISAC->instLB.ISACdecLB_obj); in Decode()
1062 memcpy(instISAC->instLB.ISACdecLB_obj.bitstr_obj.stream, encoded, in Decode()
Dstructs.h407 ISACLBDecStruct ISACdecLB_obj; member