Searched refs:hifilt_coefQ15 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode.c49 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs local
101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
150 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORDERHI], ORDERHI );
201 Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
H A Dencode.c45 int16_t hifilt_coefQ15[(ORDERHI)*SUBFRAMES]; local
202 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/
211 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
234 HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/
H A Dinitialize.c158 WebRtcSpl_ZerosArrayW16(State->hifilt_coefQ15, ORDERHI );
H A Ddecode_plc.c256 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs local
300 WEBRTC_SPL_MEMCPY_W16(&hifilt_coefQ15[ subframecnt * ORDERHI ],
301 (ISACdec_obj->plcstr_obj).hifilt_coefQ15, ORDERHI);
803 Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
H A Dstructs.h166 int16_t hifilt_coefQ15[ ORDERHI ]; member in struct:__anon15758
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode.c49 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs local
101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
150 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORDERHI], ORDERHI );
201 Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
H A Dencode.c42 WebRtc_Word16 hifilt_coefQ15[(ORDERHI)*SUBFRAMES]; local
199 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/
208 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
231 HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/
H A Dinitialize.c158 WebRtcSpl_ZerosArrayW16(State->hifilt_coefQ15, ORDERHI );
H A Ddecode_plc.c256 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs local
300 WEBRTC_SPL_MEMCPY_W16(&hifilt_coefQ15[ subframecnt * ORDERHI ],
301 (ISACdec_obj->plcstr_obj).hifilt_coefQ15, ORDERHI);
805 Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
H A Dstructs.h165 WebRtc_Word16 hifilt_coefQ15[ ORDERHI ]; member in struct:__anon33432

Completed in 1896 milliseconds