Searched refs:LPw (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | decode.c | 49 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_DecodeLb() local 126 WebRtcIsac_Spec2time(transform_tables, real_f, imag_f, LPw, HPw, in WebRtcIsac_DecodeLb() 135 LPw[k] *= RCU_TRANSCODING_SCALE_INVERSE; in WebRtcIsac_DecodeLb() 141 WebRtcIsac_PitchfilterPost(LPw, LPw_pf, &ISACdecLB_obj->pitchfiltstr_obj, in WebRtcIsac_DecodeLb() 259 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_DecodeUb12() local 292 real_f, imag_f, LPw, HPw, &ISACdecUB_obj->fftstr_obj); in WebRtcIsac_DecodeUb12() 297 LPw, percepFilterParam, LP_dec_float); in WebRtcIsac_DecodeUb12()
|
D | encode.c | 197 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_EncodeLb() local 376 LP, lofilt_coef, LPw); in WebRtcIsac_EncodeLb() 383 WebRtcIsac_PitchfilterPre(LPw, LPw_pf, &ISACencLB_obj->pitchfiltstr_obj, in WebRtcIsac_EncodeLb() 847 double LPw[FRAMESAMPLES_HALF]; in WebRtcIsac_EncodeUb12() local 952 percepFilterParams, LPw); in WebRtcIsac_EncodeUb12() 966 LPw, HPw, fre, fim, &ISACencUB_obj->fftstr_obj); in WebRtcIsac_EncodeUb12()
|