[Webkit-unassigned] [Bug 73545] [GStreamer] FFTFrame implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 23 03:11:19 PST 2012


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





--- Comment #17 from Sebastian Dröge <slomo at circular-chaos.org>  2012-01-23 03:11:19 PST ---
(In reply to comment #16)
> (In reply to comment #15)
> > (From update of attachment 122727 [details] [details])

> > > Source/WebCore/platform/audio/gstreamer/FFTFrameGStreamer.cpp:154
> > > +    for (unsigned i = 0; i < halfSize; i++) {
> > 
> > Hm, aren't you dropping one value here? It's n/2 + 1, not n/2.
> > 
> 
> I think it's n/2, it's the size of the m_realData and m_imagData arrays.

Where is the remaining one real and one imaginary value then?

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