Visible to Intel only — GUID: GUID-F88BAF67-113C-42F3-9116-DE9DF96222C6
Visible to Intel only — GUID: GUID-F88BAF67-113C-42F3-9116-DE9DF96222C6
SortRadixGetBufferSize
Computes the size of the buffer for the SortRadixAscend and SortRadixDescend functions.
Syntax
IppStatus ippsSortRadixGetBufferSize(int len, IppDataType dataType, int* pBuffferSize);
IppStatus ippsSortRadixGetBufferSize_L(IppSizeL len, IppDataType dataType, IppSizeL* pBufferSize);
Include Files
ipps.h
Flavors with the _L suffix: ipps_l.h
Domain Dependencies
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
Parameters
len |
Number of elements in the vector |
dataType |
Data type of the vector. |
pBufferSize |
Pointer to the buffer size. |
Description
This function calculates the size of the buffer for the ippsSortRadixAscend/ippsSortRadixDescend functions.
Return Values
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. |