12.07.2015 Views

Intel® IPP Quick Reference

Intel® IPP Quick Reference

Intel® IPP Quick Reference

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Quick</strong> <strong>Reference</strong>FindC, FindRevCLooks for the first occurrence of the specified element within the source string.IppStatus ippsFindC_8u(const Ipp8u* pSrc, int len, Ipp8u valFind, int*pIndex);IppStatus ippsFindC_16u(const Ipp16u* pSrc, int len, Ipp16u valFind, int*pIndex);IppStatus ippsFindRevC_8u(const Ipp8u* pSrc, int len, Ipp8u valFind, int*pIndex);IppStatus ippsFindRevC_16u(const Ipp16u* pSrc, int len, Ipp16u valFind,int* pIndex);FindCAny, FindRevCAnyLooks for the first occurrence of any element of the specified array within the source string.IppStatus ippsFindCAny_8u(const Ipp8u* pSrc, int len, const Ipp8u*pAnyOf, int lenAnyOf, int* pIndex);IppStatus ippsFindCAny_16u(const Ipp16u* pSrc, int len, const Ipp16u*pAnyOf, int lenAnyOf, int* pIndex);IppStatus ippsFindRevCAny_8u(const Ipp8u* pSrc, int len, const Ipp8u*pAnyOf, int lenAnyOf, int* pIndex);IppStatus ippsFindRevCAny_16u(const Ipp16u* pSrc, int len, const Ipp16u*pAnyOf, int lenAnyOf, int* pIndex);InsertInserts a string into another string.IppStatus ippsInsert_8u(const Ipp8u* pSrc, int srcLen, const Ipp8u*pInsert, int insertLen, Ipp8u* pDst, int startIndex);IppStatus ippsInsert_16u(const Ipp16u* pSrc, int srcLen, const Ipp16u*pInsert, int insertLen, Ipp16u* pDst, int startIndex);IppStatus ippsInsert_8u_I(const Ipp8u* pInsert, int insertLen, Ipp8u*pSrcDst, int* pSrcDstLen, int startIndex);IppStatus ippsInsert_16u_I(const Ipp16u* pInsert, int insertLen, Ipp16u*pSrcDst, int* pSrcDstLen, int startIndex);RemoveRemoves a specified number of elements from the string.IppStatus ippsRemove_8u(const Ipp8u* pSrc, int srcLen, Ipp8u* pDst, intstartIndex, int len);IppStatus ippsRemove_16u(const Ipp16u* pSrc, int srcLen, Ipp16u* pDst,int startIndex, int len);IppStatus ippsRemove_8u_I(Ipp8u* pSrcDst, int* pSrcDstLen, intstartIndex, int len);IppStatus ippsRemove_16u_I(Ipp16u* pSrcDst, int* pSrcDstLen, intstartIndex, int len);198

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!