
In the fixed point version of the Noise Suppression. At one place we subtract a value in the wrong Q-domain, which later may cause a divide by zero. Going through the floating point code that particular variable should be zero if this happens, which is what the old code tried to accomplish, but in an awkward way. The bug has been there since development, so the likelihood of actually get a divide by zero is very small. BUG=chromium:407812 R=ljubomir.papuga@gmail.com, tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/17229004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7035 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
76%
C
16%
Python
2.3%
Java
2.1%
Objective-C++
1.5%
Other
1.9%