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

  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
decode.c 49 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
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);
encode.c 42 WebRtc_Word16 hifilt_coefQ15[(ORDERHI)*SUBFRAMES];
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*/
initialize.c 158 WebRtcSpl_ZerosArrayW16(State->hifilt_coefQ15, ORDERHI );
decode_plc.c 256 WebRtc_Word16 hifilt_coefQ15[ORDERHI*SUBFRAMES]; //refl. coeffs
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);
structs.h 165 WebRtc_Word16 hifilt_coefQ15[ ORDERHI ];

Completed in 157 milliseconds