Home
last modified time | relevance | path

Searched refs:LPw (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Ddecode.c48 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_DecodeLb() local
125 WebRtcIsac_Spec2time(real_f, imag_f, LPw, HPw, in WebRtcIsac_DecodeLb()
134 LPw[k] *= RCU_TRANSCODING_SCALE_INVERSE; in WebRtcIsac_DecodeLb()
140 WebRtcIsac_PitchfilterPost(LPw, LPw_pf, &ISACdecLB_obj->pitchfiltstr_obj, in WebRtcIsac_DecodeLb()
255 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_DecodeUb12() local
287 WebRtcIsac_Spec2time(real_f, imag_f, LPw, HPw, &ISACdecUB_obj->fftstr_obj); in WebRtcIsac_DecodeUb12()
292 LPw, percepFilterParam, LP_dec_float); in WebRtcIsac_DecodeUb12()
Dencode.c196 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_EncodeLb() local
375 LP, lofilt_coef, LPw); in WebRtcIsac_EncodeLb()
382 WebRtcIsac_PitchfilterPre(LPw, LPw_pf, &ISACencLB_obj->pitchfiltstr_obj, in WebRtcIsac_EncodeLb()
842 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_EncodeUb12() local
947 percepFilterParams, LPw); in WebRtcIsac_EncodeUb12()
960 WebRtcIsac_Time2Spec(LPw, HPw, fre, fim, &ISACencUB_obj->fftstr_obj); in WebRtcIsac_EncodeUb12()