[Webkit-unassigned] [Bug 74842] SSE optimization for FFTFrameFFMPEG.cpp::multiply()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 10:31:48 PST 2011


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





--- Comment #2 from Chris Rogers <crogers at google.com>  2011-12-19 10:31:48 PST ---
Thanks for doing this.  You got to it first before I could recommend it to you!

One thing I would suggest is to take this code out of FFTFrameFFMPEG and move it to a place where other FFTFrame implementations could potentially use it (or other code needing complex multiply).  Maybe it makes sense to make a function for this in VectorMath?  In FFTFrameMac.cpp there's a call to a vecLib function called vDSP_zvmul(), so zvmul()??

-- 
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