12.07.2015 Views

Intel® IPP Quick Reference

Intel® IPP Quick Reference

Intel® IPP Quick Reference

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

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Intel Integrated Performance PrimitivesIppStatus ippsLogSum_32s_Sfs(const Ipp32s* psrc, Ipp32s* presult, intlen, int scalefactor, IppHintAlgorithm hint);MahDistSingleCalculates the Mahalanobis distance for a single observation vector.IppStatus ippsMahDistSingle_16s32s_Sfs(const Ipp16s* pSrc, const Ipp16s*pMean, const Ipp16s* pVar, int len, Ipp32s* pResult, intscaleFactor);IppStatus ippsMahDistSingle_16s32f(const Ipp16s* pSrc, const Ipp16s*pMean, const Ipp16s* pVar, int len, Ipp32f* pResult);IppStatus ippsMahDistSingle_32f(const Ipp32f* pSrc, const Ipp32f* pMean,const Ipp32f* pVar, int len, Ipp32f* pResult);IppStatus ippsMahDistSingle_64f(const Ipp64f* pSrc, const Ipp64f* pMean,const Ipp64f* pVar, int len, Ipp64f* pResult);IppStatus ippsMahDistSingle_32f64f(const Ipp32f* pSrc, const Ipp32f*pMean, const Ipp32f* pVar, int len, Ipp64f* pResult);MahDistCalculates the Mahalanobis distances for multiple observation vectors.IppStatus ippsMahDist_32f_D2(const Ipp32f* pSrc, int step, const Ipp32f*pMean, const Ipp32f* pVar, int width, Ipp32f* pDst, int height);IppStatus ippsMahDist_32f_D2L(const Ipp32f** mSrc, const Ipp32f* pMean,const Ipp32f* pVar, int width, Ipp32f* pDst, int height);IppStatus ippsMahDist_64f_D2(const Ipp64f* pSrc, int step, const Ipp64f*pMean, const Ipp64f* pVar, int width, Ipp64f* pDst, int height);IppStatus ippsMahDist_64f_D2L(const Ipp64f** mSrc, const Ipp64f* pMean,const Ipp64f* pVar, int width, Ipp64f* pDst, int height);MahDistMultiMixCalculates the Mahalanobis distances for multiple means and variances.IppStatus ippsMahDistMultiMix_32f_D2(const Ipp32f* pMean, const Ipp32f*pVar, int step, const Ipp32f* pSrc, int width, Ipp32f* pDst, intheight);IppStatus ippsMahDistMultiMix_32f_D2L(const Ipp32f** mMean, constIpp32f** mVar, const Ipp32f* pSrc, int width, Ipp32f* pDst, intheight);IppStatus ippsMahDistMultiMix_64f_D2(const Ipp64f* pMean, const Ipp64f*pVar, int step, const Ipp64f* pSrc, int width, Ipp64f* pDst, intheight);IppStatus ippsMahDistMultiMix_64f_D2L(const Ipp64f** mMean, constIpp64f** mVar, const Ipp64f* pSrc, int width, Ipp64f* pDst, intheight);127

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

Saved successfully!

Ooh no, something went wrong!