MaxEvery

Maximum (element pair)

Supported Technologies

MT, SSE2

Synopsis

FwStatus   fwsMaxEvery_16s_I ( const Fw16s * pSrcFw16s * pSrcDstint len );
FwStatus   fwsMaxEvery_32s_I ( const Fw32s * pSrcFw32s * pSrcDstint len );
FwStatus   fwsMaxEvery_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 maximum value in the comparison is written to the destination buffer.