[Bug 737400] videoscale: Lanczos resizing for NV image format

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 26 06:47:12 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=737400
  GStreamer | gst-plugins-base | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |t.i.m at zen.co.uk

--- Comment #7 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-09-26 13:47:01 UTC ---
Code should be written primarily for clarity. The compiler will optimise i*2 to
a bitshift (hopefully), and it can also avoid double computation of i*2 if that
makes sense, and we can let the compiler decide that IMHO.

-- 
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