MinEvery

Minimum (element pair)

Supported Technologies

MT, SSE2

Synopsis

FwStatus   fwsMinEvery_16s_I ( const Fw16s * pSrcFw16s * pSrcDstint len );
FwStatus   fwsMinEvery_32s_I ( const Fw32s * pSrcFw32s * pSrcDstint len );
FwStatus   fwsMinEvery_32f_I ( const Fw32f * pSrcFw32f * pSrcDstint len );

Parameters

len   Specifies the number of elements in a buffer.
pSrc   Pointer to a source buffer.
pSrcDst   Pointer to a buffer that is both the source and destination.

Description

These functions step through vector elements in two buffers and compare corresponding elements in the source and destination buffers.

The minimum value in the comparison is written to the destination buffer.