[gstreamer-bugs] [Bug 636562] SSE misalignment removal in "audioresample"
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Dec 6 00:13:12 PST 2010
https://bugzilla.gnome.org/show_bug.cgi?id=636562
GStreamer | gst-plugins-base | 0.10.30
Edward Hervey <bilboed> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bilboed at gmail.com
--- Comment #2 from Edward Hervey <bilboed at gmail.com> 2010-12-06 08:13:11 UTC ---
There's also a much more trivial way of drastically reducing the cpu load if
you don't care about quality *that* much : reducing the 'filter-length'
property.
Especially when downscaling the sampling rate the quality difference is barely
noticeable between filter-length=64 (default) and filter-length=16 at a vastly
reduced cpu usage.
Maybe those optimisations could be done with ORC, which would provide
optimisations not only for one platform but for all platforms for which ORC has
a backend (x86, mmx, sseX, arm, neon, ...).
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the Gstreamer-bugs
mailing list