- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You might be able to useippiCopy_8u_C3P3R.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page