[wpt-sync] Sync PR 16664 - Use PFFFT for WebAudio FFT on Android
Categories
(Core :: Web Audio, defect, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 16664 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/16664
Details from upstream follow.
Raymond Toy <rtoy@chromium.org> wrote:
Use PFFFT for WebAudio FFT on Android
Replace the OpenMAX DL FFT with PFFFT for WebAudio on Android.
Roughly, the library is as fast or faster than OpenMAX DL FFT and is not
a giant blob of handwritten assembly code. See the bug for a link for
additional information.The changes in the tests are due to minor changes in accuracy. Apparently,
PFFFT is very slightly less accurate than OpenMAX DL. We deem these small changes
to be acceptable for the performance gain and readability.Bug: 917355
Change-Id: Ia3efdab06364e312608e2aa7e060c46a8c8d0885
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1590257
Reviewed-by: Hongchan Choi \<hongchan@chromium.org>
Reviewed-by: Nico Weber \<thakis@chromium.org>
Commit-Queue: Raymond Toy \<rtoy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#656537}
| Assignee | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
| Assignee | ||
Comment 3•6 years ago
|
||
Comment 5•6 years ago
|
||
| bugherder | ||
Description
•