Searched refs:noise1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c275 int16_t noise1, rshift; local
641 noise1 = WEBRTC_SPL_RSHIFT_W16(
645 (int16_t)((noise1)*(ISACdec_obj->plcstr_obj).std),
651 noise1 = WEBRTC_SPL_RSHIFT_W16(
656 (int32_t)(noise1*(ISACdec_obj->plcstr_obj).std) );
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Ddecode_plc.c275 WebRtc_Word16 noise1, rshift; local
641 noise1 = WEBRTC_SPL_RSHIFT_W16(
645 (WebRtc_Word16)((noise1)*(ISACdec_obj->plcstr_obj).std),
651 noise1 = WEBRTC_SPL_RSHIFT_W16(
656 (WebRtc_Word32)(noise1*(ISACdec_obj->plcstr_obj).std) );

Completed in 327 milliseconds