Intel IPP Integration Wrappers Developer Guide and Reference
ID
751823
Date
1/18/2023
Public
iwTypeToSize
Syntax
IW_DECL(int) iwTypeToSize(
IppDataType type
);
Parameters
type |
Intel IPP data type. |
Description
This function converts IppDataType to actual length in bytes.
Return Values
Size of IppDataType, in bytes.
Parent topic: Utility Functions