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

  /external/chromium_org/third_party/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,
149 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).lofilt_coefQ15, &lofilt_coefQ15[(SUBFRAMES-1)*ORDERLO], ORDERLO );
190 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
encode.c 44 int16_t lofilt_coefQ15[(ORDERLO)*SUBFRAMES];
202 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/
211 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
227 LP16a, lofilt_coefQ15, gain_lo_hiQ17, 0, LPandHP);/* LPandHP = LP16b */
decode_plc.c 255 int16_t lofilt_coefQ15[ORDERLO*SUBFRAMES]; //refl. coeffs
295 WEBRTC_SPL_MEMCPY_W16(&lofilt_coefQ15[ subframecnt * ORDERLO ],
296 (ISACdec_obj->plcstr_obj).lofilt_coefQ15, ORDERLO);
799 Vector_Word32_1, lofilt_coefQ15, gain_lo_hiQ17, 0, Vector_Word16_1);
structs.h 165 int16_t lofilt_coefQ15[ ORDERLO ];

Completed in 66 milliseconds