Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode.c49 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs in WebRtcIsacfix_DecodeImpl() local
101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_DecodeImpl()
152 …WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl()
202 … Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodeImpl()
Dencode.c45 int16_t hifilt_coefQ15[(ORDERHI)*SUBFRAMES]; in WebRtcIsacfix_EncodeImpl() local
204 … gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/ in WebRtcIsacfix_EncodeImpl()
213 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_EncodeImpl()
236 … HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/ in WebRtcIsacfix_EncodeImpl()
Ddecode_plc.c252 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs in WebRtcIsacfix_DecodePlcImpl() local
298 WEBRTC_SPL_MEMCPY_W16(&hifilt_coefQ15[ subframecnt * ORDERHI ], in WebRtcIsacfix_DecodePlcImpl()
299 (ISACdec_obj->plcstr_obj).hifilt_coefQ15, ORDERHI); in WebRtcIsacfix_DecodePlcImpl()
782 … Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2); in WebRtcIsacfix_DecodePlcImpl()
Dinitialize.c156 WebRtcSpl_ZerosArrayW16(State->hifilt_coefQ15, ORDERHI ); in WebRtcIsacfix_InitPlc()
Dstructs.h167 int16_t hifilt_coefQ15[ ORDERHI ]; member