Chromium Code Reviews
DescriptionUse FFT from FFMpeg for OSX
MacOS uses the vDSP library for the FFT routines. Replace these with
the FFT from FFMpeg that is used on Linux and Windows.
Some measurements using http://jsfiddle.net/gMKh9/ (from
crbug.com/316740)as a benchmark. Test run using Macbook Pro 15" Retina
(Mid 2014)
vDSP:
413 ms
424 ms
428 ms
410 ms
432 ms
Avg: 421.4 ms
FFmpeg:
405 ms
401 ms
407 ms
425 ms
402 ms
Avg: 408 ms
About a 3% speed up. Not much, but using the same FFT as for linux
and windows is good.
BUG=680617
TEST=none
Patch Set 1 #Patch Set 2 : Remove OSX support. #
Messages
Total messages: 2 (1 generated)
|
|||||||||||||||||||||||||||||||||||||