<div dir="ltr">Hi<br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jun 21, 2016 at 11:29 PM, Peter Maersk-Moller <span dir="ltr"><<a href="mailto:pmaersk@gmail.com" target="_blank">pmaersk@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Slightly related topic. What is it in the Orc-code for video_orc_convert_I420_BGRA that makes the code sort of reuse the U and V values for every other/second RGB pixel it calculates?<br><br><div><div class="gmail_extra"><div class="gmail_quote"><div>What I mean is the RGB pixel(0) and RGB pixel(1) are calculated from the values of Y(0),U(0),V(0) and Y(1),U(0),V(0) respectively. Why is it the Orc code knows that the Y pointer is incremented for every RGB pixel it generates while the U and V pointers are only incremented for every second RGB pixel?<br></div></div></div></div></div></blockquote><div><br></div><div>Ahh, the command is 'loadupdb' which load from the array[i>>1], where 'i' is the iteration number (assumed). Unfortunately, according to loadupdb is not supported by neon. Does that mean that orc/neon accelerated I420 to RGB conversion is NOT available on ARM (with Neon)?<br><br></div><div>I'm looking for RGBA/BGRA to I420 (and Y42B - assuming that is YUV 4:2:2 planar) Orc enabled/accelerated conversion, but can not find it gst-plugins-base/gst-libs/gst/video. Does that mean GStreamer does not have such Orc enabled conversion or is it in another module?<br><br></div><div>Does there exist a table somewhere that can provide an overview of which conversions that are Orc enabled/accelerated (I assume that is what you call fast path conversion)? It would be nice with such a table in the documentation.<br><br></div><div>Best regards<br></div><div>Peter MM <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div>Best regards<br></div><div>Peter MM<br></div></div></div></div></div>
</blockquote></div><br></div></div>