[Bug 734679] videobox: Much slower than videocrop

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Mar 5 15:31:20 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=734679

--- Comment #14 from Stirling Westrup <swestrup at gmail.com> ---
(In reply to Tim-Philipp Müller from comment #13)
> > We have written a one-pass video cropper,
> > scaler, rotator and color space converter.
> 
> Ah, so basically like the new video converter API in -base (plus rotation
> though).

I guess, although our algorithm is a heck of a lot simpler and involves no
matrices. We just have an AVX2-enabled loop in which we, for each output frame
pixel, read an input frame pixel, convert it to the output colorspace, and
write it out.

We have one such loop for each pair of colorspaces we support.

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