Not

Not

Supported Technologies

MT, SSE2, Family10h

Synopsis

FwStatus   fwsNot_8u ( const Fw8u * pSrcFw8u * pDstint len );
FwStatus   fwsNot_16u ( const Fw16u * pSrcFw16u * pDstint len );
FwStatus   fwsNot_32u ( const Fw32u * pSrcFw32u * pDstint len );
FwStatus   fwsNot_8u_I ( Fw8u * pSrcDstint len );
FwStatus   fwsNot_16u_I ( Fw16u * pSrcDstint len );
FwStatus   fwsNot_32u_I ( Fw32u * pSrcDstint len );

Parameters

len   Specifies the number of elements in a buffer.
pDst   Pointer to a destination 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 source buffers and perform a bitwise logical NOT of the data in buffer 1 and the data in buffer 2.

The results can be written to a destination buffer or written back to the source buffer.