- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Whats the IPP way of reversing an array of bytes from 0x00 to 0xff?
Ipp_(from,3,to,3,row);
Original:
uint8_t from [] = {0x00,0x00,0xff};
Result
uint8_t to[] = {0xff,0xff,0x00};
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please take a look at a similar post at:
http://software.intel.com/en-us/forums/showthread.php?t=103569&o=a&s=lr
and I 'd like to repeat thata lookup table ofreversed bytes could be easily used.
Best regards,
Sergey
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