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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
decode.c 49 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
101 err = WebRtcIsacfix_DecodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
152 WEBRTC_SPL_MEMCPY_W16( (ISACdec_obj->plcstr_obj).hifilt_coefQ15, &hifilt_coefQ15[(SUBFRAMES-1)*ORDERHI], ORDERHI );
202 Vector_Word32_1, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
decode_plc.c 252 int16_t hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
298 WEBRTC_SPL_MEMCPY_W16(&hifilt_coefQ15[ subframecnt * ORDERHI ],
299 (ISACdec_obj->plcstr_obj).hifilt_coefQ15, ORDERHI);
782 Vector_Word32_2, hifilt_coefQ15, gain_lo_hiQ17, 1, Vector_Word16_2);
encode.c 45 int16_t hifilt_coefQ15[(ORDERHI)*SUBFRAMES];
204 gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15); /*LPandHP = LP_lookahead_pfQ0*/
213 status = WebRtcIsacfix_EncodeLpc(gain_lo_hiQ17, lofilt_coefQ15, hifilt_coefQ15,
236 HP16a, hifilt_coefQ15, gain_lo_hiQ17, 1, LPandHP);/*LPandHP = HP16b*/
initialize.c 156 WebRtcSpl_ZerosArrayW16(State->hifilt_coefQ15, ORDERHI );
structs.h 167 int16_t hifilt_coefQ15[ ORDERHI ];

Completed in 81 milliseconds