Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
Ddecode.c47 float HP_dec_float[FRAMESAMPLES_HALF]; in WebRtcIsac_DecodeLb() local
167 HP_dec_float); in WebRtcIsac_DecodeLb()
170 WebRtcIsac_FilterAndCombineFloat(LP_dec_float, HP_dec_float, in WebRtcIsac_DecodeLb()
257 float HP_dec_float[FRAMESAMPLES_HALF]; in WebRtcIsac_DecodeUb12() local
299 memset(HP_dec_float, 0, sizeof(float) * (FRAMESAMPLES_HALF)); in WebRtcIsac_DecodeUb12()
301 WebRtcIsac_FilterAndCombineFloat(HP_dec_float, LP_dec_float, signal_out, in WebRtcIsac_DecodeUb12()