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-ACF9A91B-947B-42BA-8ACD-8EE752A6E059
Visible to Intel only — GUID: GUID-ACF9A91B-947B-42BA-8ACD-8EE752A6E059
Parameters
The parameters in functions are in the following order: all source operands, all destination operands, all other operation-specific parameters.
Source parameters are named Src or SrcN, if there is more than one input image. Destination parameters are named Dst. For in-place operations, the input/output parameter contains the name SrcDst. All parameters defined as pointers start with lowercase p , for example, pSrc , pMean , pSpec .