Chromium Code Reviews
DescriptionRemoved implicit divisions in the residual echo detector
This CL changes the updating of a loop index from using the modulus
operator to using a conditional, avoiding the divisions done in the
modulus operator which had a measurable impact on mpbile
platforms.
Additionally, there is a similar removal of another modulus operator, but the impact of that should be negligible.
BUG=webrtc:7666
Review-Url: https://codereview.webrtc.org/2882183004
Cr-Commit-Position: refs/heads/master@{#18168}
Committed: https://chromium.googlesource.com/external/webrtc/+/94f6fa0526c2bbb5c953efad752a0d6658f2c81e
Patch Set 1 #
Messages
Total messages: 10 (6 generated)
|
|||||||||||||||||||