Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Disacfix.c594 WebRtcIsacfix_InitPreFilterbank(&ISAC_inst->ISACdec_obj.decimatorstr_obj); in WebRtcIsacfix_DecoderInit()
935 WebRtcIsacfix_SplitAndFilter2(decoded, decoded, dummy, &ISAC_inst->ISACdec_obj.decimatorstr_obj); in WebRtcIsacfix_DecodeNb()
939 dummy, &ISAC_inst->ISACdec_obj.decimatorstr_obj); in WebRtcIsacfix_DecodeNb()
993 …SplitAndFilter2(outframeWB, &(outframeNB[k*240]), dummy, &ISAC_inst->ISACdec_obj.decimatorstr_obj); in WebRtcIsacfix_DecodePlcNb()
Dstructs.h348 PreFiltBankstr decimatorstr_obj; member