MinAbs

Minimum absolute value

Supported Technologies

SSE2

Synopsis

FwStatus   fwsMinAbs_16s ( const Fw16s * pSrcint lenFw16s * pMinAbs );
FwStatus   fwsMinAbs_32s ( const Fw32s * pSrcint lenFw32s * pMinAbs );

Parameters

len   Specifies the number of elements in a buffer.
pMinAbs   Pointer to the destination buffer that contains the minimum absolute 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 absolute value, and write the value to a location specified by a pointer.