Max

Maximum

Supported Technologies

SSE2

Synopsis

FwStatus   fwsMax_16s ( const Fw16s * pSrcint lenFw16s * pMax );
FwStatus   fwsMax_32s ( const Fw32s * pSrcint lenFw32s * pMax );
FwStatus   fwsMax_32f ( const Fw32f * pSrcint lenFw32f * pMax );
FwStatus   fwsMax_64f ( const Fw64f * pSrcint lenFw64f * pMax );
FwStatus   fwsMax_8s ( const Fw8s * pSrcint lenFw8s * pMax );
FwStatus   fwsMax_64u ( const Fw64u * pSrcint lenFw64u * pMax );

Parameters

len   Specifies the number of elements in a buffer.
pMax   Pointer to the destination buffer that contains the maximum value in the source buffer.
pSrc   Pointer to a source buffer.

Description

These functions step through vector elements in a source buffer, find the maximum value, and write the value to a location specified by a pointer.