Title: [165256] trunk/Source/WebCore
- Revision
- 165256
- Author
- [email protected]
- Date
- 2014-03-07 04:02:59 -0800 (Fri, 07 Mar 2014)
Log Message
Remove FFTFrameMKL.
https://bugs.webkit.org/show_bug.cgi?id=129866
Patch by Gergo Balogh <[email protected]> on 2014-03-07
Reviewed by Csaba Osztrogonác.
* platform/audio/FFTFrame.h:
* platform/audio/FFTFrameStub.cpp:
* platform/audio/mkl/FFTFrameMKL.cpp: Removed, it is never used.
Modified Paths
Removed Paths
- trunk/Source/WebCore/platform/audio/mkl/
Diff
Modified: trunk/Source/WebCore/ChangeLog (165255 => 165256)
--- trunk/Source/WebCore/ChangeLog 2014-03-07 11:46:53 UTC (rev 165255)
+++ trunk/Source/WebCore/ChangeLog 2014-03-07 12:02:59 UTC (rev 165256)
@@ -1,3 +1,14 @@
+2014-03-07 Gergo Balogh <[email protected]>
+
+ Remove FFTFrameMKL.
+ https://bugs.webkit.org/show_bug.cgi?id=129866
+
+ Reviewed by Csaba Osztrogonác.
+
+ * platform/audio/FFTFrame.h:
+ * platform/audio/FFTFrameStub.cpp:
+ * platform/audio/mkl/FFTFrameMKL.cpp: Removed, it is never used.
+
2014-03-07 Thiago de Barros Lacerda <[email protected]>
[WebRTC] Adding getConfiguration method to RTCPeerConnection
Modified: trunk/Source/WebCore/platform/audio/FFTFrame.h (165255 => 165256)
--- trunk/Source/WebCore/platform/audio/FFTFrame.h 2014-03-07 11:46:53 UTC (rev 165255)
+++ trunk/Source/WebCore/platform/audio/FFTFrame.h 2014-03-07 12:02:59 UTC (rev 165256)
@@ -43,10 +43,6 @@
#if !USE_ACCELERATE_FFT
-#if USE(WEBAUDIO_MKL)
-#include "mkl_dfti.h"
-#endif // USE(WEBAUDIO_MKL)
-
#if USE(WEBAUDIO_GSTREAMER)
#include <glib.h>
G_BEGIN_DECLS
@@ -130,24 +126,6 @@
AudioFloatArray m_imagData;
#else // !USE_ACCELERATE_FFT
-#if USE(WEBAUDIO_MKL)
- // Interleaves the planar real and imaginary data and returns a
- // pointer to the resulting storage which can be used for in-place
- // or out-of-place operations. FIXME: ideally all of the MKL
- // routines would operate on planar data and this method would be
- // removed.
- float* getUpToDateComplexData();
-
- static DFTI_DESCRIPTOR_HANDLE descriptorHandleForSize(unsigned fftSize);
-
- static DFTI_DESCRIPTOR_HANDLE* descriptorHandles;
-
- DFTI_DESCRIPTOR_HANDLE m_handle;
- AudioFloatArray m_complexData;
- AudioFloatArray m_realData;
- AudioFloatArray m_imagData;
-#endif // USE(WEBAUDIO_MKL)
-
#if USE(WEBAUDIO_FFMPEG)
static RDFTContext* contextForSize(unsigned fftSize, int trans);
Modified: trunk/Source/WebCore/platform/audio/FFTFrameStub.cpp (165255 => 165256)
--- trunk/Source/WebCore/platform/audio/FFTFrameStub.cpp 2014-03-07 11:46:53 UTC (rev 165255)
+++ trunk/Source/WebCore/platform/audio/FFTFrameStub.cpp 2014-03-07 12:02:59 UTC (rev 165256)
@@ -29,7 +29,7 @@
#if ENABLE(WEB_AUDIO)
-#if !OS(DARWIN) && !USE(WEBAUDIO_MKL) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_GSTREAMER) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
+#if !OS(DARWIN) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_GSTREAMER) && !USE(WEBAUDIO_IPP) && !USE(WEBAUDIO_OPENMAX_DL_FFT)
#include "FFTFrame.h"
@@ -102,6 +102,6 @@
} // namespace WebCore
-#endif // !OS(DARWIN) && !USE(WEBAUDIO_MKL) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_GSTREAMER) && !USE(WEBAUDIO_IPP)
+#endif // !OS(DARWIN) && !USE(WEBAUDIO_FFMPEG) && !USE(WEBAUDIO_GSTREAMER) && !USE(WEBAUDIO_IPP)
#endif // ENABLE(WEB_AUDIO)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes