NOT
MT, SSE2, Family10h
FwStatus | fwiNot_8u_C1IR | ( | Fw8u * pSrcDst, int srcDstStep, FwiSize roiSize ); | |
FwStatus | fwiNot_8u_C3IR | ( | Fw8u * pSrcDst, int srcDstStep, FwiSize roiSize ); | |
FwStatus | fwiNot_8u_AC4IR | ( | Fw8u * pSrcDst, int srcDstStep, FwiSize roiSize ); | |
FwStatus | fwiNot_8u_C4IR | ( | Fw8u * pSrcDst, int srcDstStep, FwiSize roiSize ); | |
FwStatus | fwiNot_8u_C1R | ( | const Fw8u * pSrc, int srcStep, Fw8u * pDst, int dstStep, FwiSize roiSize ); | |
FwStatus | fwiNot_8u_C3R | ( | const Fw8u * pSrc, int srcStep, Fw8u * pDst, int dstStep, FwiSize roiSize ); | |
FwStatus | fwiNot_8u_AC4R | ( | const Fw8u * pSrc, int srcStep, Fw8u * pDst, int dstStep, FwiSize roiSize ); | |
FwStatus | fwiNot_8u_C4R | ( | const Fw8u * pSrc, int srcStep, Fw8u * pDst, int dstStep, FwiSize roiSize ); |
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. | |
pSrcDst | Pointer to a location in a buffer that contains both the source and destination. | |
roiSize | Specifies the height and width of an ROI. | |
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). |
These functions step through an ROI in a source buffer and perform a bitwise negation of the source data.
The results can be written back to the source location or to a destination buffer.