Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

interleaved image to planar image

skoglund
Beginner
722 Views
I am doing image processing on a P4 processor.

The image are interleaved 8 bit integers i.e (rgbrgbrgb...) when I get the images but it is much easier to perform fast processing using sse when the image is planar (rrrrrggggggbbbb...) I would like to do this conversion. Does anyone know if the source code for a conversion is available anywhere? The code will be quite short but I would like to do other things than optimizing this if it is possible.
Any suggestions how this should be done as fast as possible? is SSE fastest?

/Johan
0 Kudos
1 Reply
seiji-torigoe
Beginner
722 Views
You might be able to useippiCopy_8u_C3P3R.
0 Kudos
Reply