Intel® Integrated Performance Primitives 2017 Update 3 Developer Reference
Computes the size of the buffer for the SortRadixIndexAscend and SortRadixIndexDescend functions.
IppStatus ippsSortRadixIndexGetBufferSize(int len, IppDataType dataType, int* pBufSize);
ipps.h
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
len |
Number of elements in the vector |
dataType |
Data type pf the vector. |
pBufSize |
Pointer to the buffer size. |
This function calculates the size of the buffer for the ippsSortRadixIndexAscend/ippsSortRadixIndexDescend functions.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pBufSize is NULL. |
ippStsSizeErr |
Indicates an error when len is less than, or equal to 0. |
ippStsDataTypeErr |
Indicates an error when the dataType value is not supported. |