Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-68919078-F652-482E-881D-2FF8F96C0D12
Visible to Intel only — GUID: GUID-68919078-F652-482E-881D-2FF8F96C0D12
Function Naming Conventions
Intel IPP functions have the same naming conventions for all domains.
Function names in Intel IPP have the following general format:
ipp<data-domain><name>_<datatype>[_<descriptor>](<parameters>)
The core functions in Intel IPP do not need an input data type. These functions have ipp as a prefix without the data-domain field. For example, ippGetStatusString.