Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

in-place use of not-in-place operation

cignarellageomind_it
371 Views
Is it always possible to call a not-in-place operation using the same pointer as source buffer and destination buffer? are there any limitations?could function call fail? could this produce worse performance?
for example:
ippiCompare_8u_C1R, ( const Ipp8u* pSrc1, int src1Step,const Ipp8u* pSrc2, int src2Step,
Ipp8u* pDst, int dstStep,IppiSize roiSize, IppCmpOp ippCmpOp)
with pDst == pSrc2 ( obviously of the correct type )
0 Kudos
0 Replies
Reply