[Bug 773073] audioconvert: endian conversion optimization
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Oct 25 15:26:20 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773073
--- Comment #37 from Petr Kulhavy <brain at jikos.cz> ---
I'd say let's leave the ORC parts in for 16, 32 and 64 bits as they are trivial
ORC functions, they don't harm and if disabled they compile anyway into the
naive algorithm. I don't think the generated ORC performs significantly worse
than the naive implementation, actually I would expect the opposite.
The only remaining thing is 24-bits and there the best performing and simplest
approach (in terms of code legibility and maintenance) seems to be the naive
algorithm.
If you agree to that I will create and upload just one patch that includes all
changes.
--
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