[Webkit-unassigned] [Bug 74054] fast path to accelerate processing in AudioBus::processWithGainFromMonoStereo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 8 19:57:31 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=74054





--- Comment #6 from Chris Rogers <crogers at google.com>  2011-12-08 19:57:31 PST ---
It would be nice to be able to use our friends vsmul() and vadd() in VectorMath.h when the gain has converged on the target.  At the very least it would be good to be able to avoid the clamping of denormals in the inner loop there.  We can consider a strategy where gain is forced to zero if it ever turns out to be less than say -200dB

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list