- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have been using the following functions from intel IPP c++ library,
ippiCopy
ippiMirror
ippiMinMax
ippiScaleC
None of the above functions except ippiScaleC function has support for Ipp8s datatype support. Is there any particular reason for not providing this support. Is there any way for me to handle Ipp8s datatype for above functions.
I have installed Intel IPP 2019.0.5.068 version.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for submitting this request. currently there is no Ipp8s for these function.
For these two API, Ipp8u API can be used as workaround ( just input the input/output memory address as Ipp8u type), since the functions are just for data copy:
ippiCopy/ippiMirror
For ippiMinMax, can you convert into ipp16s type (by using ippiConvert) function, after computation, then convert it back to 8s type.
thanks,
Chao
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page