Min

Minimum

Supported Technologies

SSE2

Synopsis

FwStatus   fwsMin_16s ( const Fw16s * pSrcint lenFw16s * pMin );
FwStatus   fwsMin_32s ( const Fw32s * pSrcint lenFw32s * pMin );
FwStatus   fwsMin_32f ( const Fw32f * pSrcint lenFw32f * pMin );
FwStatus   fwsMin_64f ( const Fw64f * pSrcint lenFw64f * pMin );
FwStatus   fwsMin_8s ( const Fw8s * pSrcint lenFw8s * pMin );
FwStatus   fwsMin_64u ( const Fw64u * pSrcint lenFw64u * pMin );

Parameters

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

Description

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