Xor

XOR

Supported Technologies

MT, SSE2, Family10h

Synopsis

FwStatus   fwiXor_8u_C1IR ( const Fw8u * pSrcint srcStepFw8u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_8u_C3IR ( const Fw8u * pSrcint srcStepFw8u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_8u_C4IR ( const Fw8u * pSrcint srcStepFw8u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_8u_AC4IR ( const Fw8u * pSrcint srcStepFw8u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_16u_C1IR ( const Fw16u * pSrcint srcStepFw16u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_16u_C3IR ( const Fw16u * pSrcint srcStepFw16u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_16u_C4IR ( const Fw16u * pSrcint srcStepFw16u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_16u_AC4IR ( const Fw16u * pSrcint srcStepFw16u * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_32s_C1IR ( const Fw32s * pSrcint srcStepFw32s * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_32s_C3IR ( const Fw32s * pSrcint srcStepFw32s * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_32s_C4IR ( const Fw32s * pSrcint srcStepFw32s * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_32s_AC4IR ( const Fw32s * pSrcint srcStepFw32s * pSrcDstint srcDstStepFwiSize roiSize );
FwStatus   fwiXor_8u_C1R ( const Fw8u * pSrc1int src1Stepconst Fw8u * pSrc2int src2StepFw8u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_8u_C3R ( const Fw8u * pSrc1int src1Stepconst Fw8u * pSrc2int src2StepFw8u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_8u_C4R ( const Fw8u * pSrc1int src1Stepconst Fw8u * pSrc2int src2StepFw8u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_8u_AC4R ( const Fw8u * pSrc1int src1Stepconst Fw8u * pSrc2int src2StepFw8u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_16u_C1R ( const Fw16u * pSrc1int src1Stepconst Fw16u * pSrc2int src2StepFw16u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_16u_C3R ( const Fw16u * pSrc1int src1Stepconst Fw16u * pSrc2int src2StepFw16u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_16u_C4R ( const Fw16u * pSrc1int src1Stepconst Fw16u * pSrc2int src2StepFw16u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_16u_AC4R ( const Fw16u * pSrc1int src1Stepconst Fw16u * pSrc2int src2StepFw16u * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_32s_C1R ( const Fw32s * pSrc1int src1Stepconst Fw32s * pSrc2int src2StepFw32s * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_32s_C3R ( const Fw32s * pSrc1int src1Stepconst Fw32s * pSrc2int src2StepFw32s * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_32s_C4R ( const Fw32s * pSrc1int src1Stepconst Fw32s * pSrc2int src2StepFw32s * pDstint dstStepFwiSize roiSize );
FwStatus   fwiXor_32s_AC4R ( const Fw32s * pSrc1int src1Stepconst Fw32s * pSrc2int src2StepFw32s * pDstint dstStepFwiSize roiSize );

Parameters

dstStep   Destination buffer step size (width of the buffer in bytes).
pDst   Pointer to a location in a destination buffer.
pSrc   Pointer to a location in a source buffer.
pSrc1   Pointer to a location in source buffer one.
pSrc2   Pointer to a location in source buffer two.
pSrcDst   Pointer to a location in a buffer that contains both the source and destination.
roiSize   Specifies the height and width of an ROI.
src1Step   Source buffer one step size (width of the buffer in bytes).
src2Step   Source buffer two step size (width of the buffer in bytes).
srcDstStep   Source and destination buffer step size in bytes (width of both buffers in bytes).
srcStep   Source buffer step size (width of the buffer in bytes).

Description

These functions step through ROIs in two source buffers and perform a bitwise exclusive logical OR (XOR) of the data in buffer 1 and the data in buffer 2.

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