Home
last modified time | relevance | path

Searched refs:overlapWin (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
Ddecode.c66 int16_t overlapWin[ 240 ]; in WebRtcIsacfix_DecodeImpl() local
135 WebRtcSpl_GetHanningWindow( overlapWin, RECOVERY_OVERLAP ); in WebRtcIsacfix_DecodeImpl()
138 …(int16_t)WEBRTC_SPL_MUL_16_16_RSFT( (ISACdec_obj->plcstr_obj).overlapLP[k], overlapWin[RECOVERY_OV… in WebRtcIsacfix_DecodeImpl()
139 (int16_t)WEBRTC_SPL_MUL_16_16_RSFT( Vector_Word16_1[k], overlapWin[k], 14) ); in WebRtcIsacfix_DecodeImpl()
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
Ddecode.c66 WebRtc_Word16 overlapWin[ 240 ]; in WebRtcIsacfix_DecodeImpl() local
135 WebRtcSpl_GetHanningWindow( overlapWin, RECOVERY_OVERLAP ); in WebRtcIsacfix_DecodeImpl()
138 …d16)WEBRTC_SPL_MUL_16_16_RSFT( (ISACdec_obj->plcstr_obj).overlapLP[k], overlapWin[RECOVERY_OVERLAP… in WebRtcIsacfix_DecodeImpl()
139 (WebRtc_Word16)WEBRTC_SPL_MUL_16_16_RSFT( Vector_Word16_1[k], overlapWin[k], 14) ); in WebRtcIsacfix_DecodeImpl()