Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

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 .