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>IppStatus ippsMeanVarColumn_16s32s_D2Sfs(const Ipp16s* psrc, int height,int step, Ipp32s* pdstmean, Ipp32s* pdstvar, int width, intscalefactor);IppStatus ippsMeanVarColumn_16s32s_D2LSfs(const Ipp16s** msrc, intheight, Ipp32s* pdstmean, Ipp32s* pdstvar, int width, intscalefactor);IppStatus ippsMeanVarColumn_32f_D2(const Ipp32f* pSrc, int height, intstep, Ipp32f* pDstMean, Ipp32f* pDstVar, int width);IppStatus ippsMeanVarColumn_32f_D2L(const Ipp32f** mSrc, int height,Ipp32f* pDstMean, Ipp32f* pDstVar, int width);IppStatus ippsMeanVarColumn_16s16s32s_D2(const Ipp16s* psrc, int height,int step, Ipp16s* pdstmean, Ipp32s* pdstvar, int width);IppStatus ippsMeanVarColumn_16s16s32s_D2L(const Ipp16s** msrc, intheight, Ipp16s* pdstmean, Ipp32s* pdstvar, int width);WeightedMeanColumnComputes the weighted mean values for the column elements.IppStatus ippsWeightedMeanColumn_32f_D2(const Ipp32f* pSrc, int step,const Ipp32f* pWgt, int height, Ipp32f* pDstMean, int width);IppStatus ippsWeightedMeanColumn_32f_D2L(const Ipp32f** mSrc, constIpp32f* pWgt, int height, Ipp32f* pDstMean, int width);IppStatus ippsWeightedMeanColumn_64f_D2(const Ipp64f* pSrc, int step,const Ipp64f* pWgt, int height, Ipp64f* pDstMean, int width);IppStatus ippsWeightedMeanColumn_64f_D2L(const Ipp64f** mSrc, constIpp64f* pWgt, int height, Ipp64f* pDstMean, int width);WeightedVarColumnComputes the weighted variance values for the column elements.IppStatus ippsWeightedVarColumn_32f_D2(const Ipp32f* pSrc, int step,const Ipp32f* pWgt, int height, const Ipp32f* pSrcMean, Ipp32f*pDstVar, int width);IppStatus ippsWeightedVarColumn_32f_D2L(const Ipp32f** mSrc, constIpp32f* pWgt, int height, const Ipp32f* pSrcMean, Ipp32f* pDstVar,int width);IppStatus ippsWeightedVarColumn_64f_D2(const Ipp64f* pSrc, int step,const Ipp64f* pWgt, int height, const Ipp64f* pSrcMean, Ipp64f*pDstVar, int width);IppStatus ippsWeightedVarColumn_64f_D2L(const Ipp64f** mSrc, constIpp64f* pWgt, int height, const Ipp64f* pSrcMean, Ipp64f* pDstVar,int width);140

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

Saved successfully!

Ooh no, something went wrong!