HomeSort by relevance Sort by last modified time
    Searched refs:ISACdecLB_obj (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
decode.c 38 int WebRtcIsac_DecodeLb(float* signal_out, ISACLBDecStruct* ISACdecLB_obj,
70 WebRtcIsac_ResetBitstream(&(ISACdecLB_obj->bitstr_obj));
76 err = WebRtcIsac_DecodeFrameLen(&ISACdecLB_obj->bitstr_obj,
87 err = WebRtcIsac_DecodeSendBW(&ISACdecLB_obj->bitstr_obj, &bandwidthInd);
96 err = WebRtcIsac_DecodePitchGain(&ISACdecLB_obj->bitstr_obj,
102 err = WebRtcIsac_DecodePitchLag(&ISACdecLB_obj->bitstr_obj, PitchGains_Q12,
112 err = WebRtcIsac_DecodeLpc(&ISACdecLB_obj->bitstr_obj, lo_filt_coef,
118 len = WebRtcIsac_DecodeSpec(&ISACdecLB_obj->bitstr_obj, AvgPitchGain_Q12,
126 &ISACdecLB_obj->fftstr_obj);
140 WebRtcIsac_PitchfilterPost(LPw, LPw_pf, &ISACdecLB_obj->pitchfiltstr_obj
    [all...]
isac.c 894 instISAC->ISACdecLB_obj.bitstr_obj.stream[i] = 0;
897 WebRtcIsac_InitMasking(&instISAC->ISACdecLB_obj.maskfiltstr_obj);
899 &instISAC->ISACdecLB_obj.postfiltbankstr_obj);
900 WebRtcIsac_InitPitchFilter(&instISAC->ISACdecLB_obj.pitchfiltstr_obj);
    [all...]
structs.h 405 ISACLBDecStruct ISACdecLB_obj;

Completed in 235 milliseconds