HomeSort by relevance Sort by last modified time
    Searched refs:lofilt_coefQ15 (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 48 int16_t lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs
101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
151 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORDERLO], ORDERLO );
191 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
decode_plc.c 251 int16_t lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs
293 WEBRTC_SPL_MEMCPY_W16(&lofilt_coefQ15[ subframecnt * ORDERLO ],
294 (ISACdec_obj->plcstr_obj).lofilt_coefQ15, ORDERLO);
778 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
encode.c 44 int16_t lofilt_coefQ15[(ORDERLO)*SUBFRAMES];
204 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/
213 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
229 LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */
initialize.c 155 WebRtcSpl_ZerosArrayW16(State->lofilt_coefQ15, ORDERLO);
structs.h 166 int16_t lofilt_coefQ15[ ORDERLO ];

Completed in 80 milliseconds