Searched refs:lofilt_coefQ15 (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | decode.c | 48 WebRtc_Word16 lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs in WebRtcIsacfix_DecodeImpl() local 101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_DecodeImpl() 149 …WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORD… in WebRtcIsacfix_DecodeImpl() 190 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodeImpl()
|
D | encode.c | 41 WebRtc_Word16 lofilt_coefQ15[(ORDERLO)*SUBFRAMES]; in WebRtcIsacfix_EncodeImpl() local 199 … gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/ in WebRtcIsacfix_EncodeImpl() 208 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15, in WebRtcIsacfix_EncodeImpl() 224 … LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */ in WebRtcIsacfix_EncodeImpl()
|
D | decode_plc.c | 255 WebRtc_Word16 lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs in WebRtcIsacfix_DecodePlcImpl() local 295 WEBRTC_SPL_MEMCPY_W16(&lofilt_coefQ15[ subframecnt * ORDERLO ], in WebRtcIsacfix_DecodePlcImpl() 296 (ISACdec_obj->plcstr_obj).lofilt_coefQ15, ORDERLO); in WebRtcIsacfix_DecodePlcImpl() 801 … Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1); in WebRtcIsacfix_DecodePlcImpl()
|
D | initialize.c | 157 WebRtcSpl_ZerosArrayW16(State->lofilt_coefQ15, ORDERLO); in WebRtcIsacfix_InitPlc()
|
D | structs.h | 164 WebRtc_Word16 lofilt_coefQ15[ ORDERLO ]; member
|