[Bug 761851] video: add orc UYVY422 to GRAY8 conversion function

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Feb 23 12:21:06 UTC 2016


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

--- Comment #9 from Göran Jönsson <goran.jonsson at axis.com> ---
I tryed this code but it will not compile

.function video_orc_convert_UYVY_GRAY8
.flags 2d
.dest 1 d guint8
.source 1 s guint8
.accumulator 4 a glong
.temp 1 t1

accl   a,1
loadoffb t1, s, a
storeb   d,t1
accl     a,1

output when compile,

Failed to compile no orc for 'video_orc_convert_UYVY_GRAY8'
Failed to compile backup code for 'video_orc_convert_UYVY_GRAY8'

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