Computes the component-wise maximum of two 2D, 3D, or 4D vectors.
IppStatus ippmMax_v2_32f (const Ipp32f* pSrc1, const Ipp32f* pSrc2, Ipp32f* pDst);
IppStatus ippmMax_v3_32f (const Ipp32f* pSrc1, const Ipp32f* pSrc2, Ipp32f* pDst);
IppStatus ippmMax_v4_32f (const Ipp32f* pSrc1, const Ipp32f* pSrc2, Ipp32f* pDst);
The functions ippmMax_v2_32f, ippmMax_v3_32f, and ippmMax_v4_32f are declared in the ippm.h file. These functions operate on 2D, 3D, and 4D vectors, respectively. The functions return the vector whose components are the maximum of the respective components of the source vectors.
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.