ipp: added LUT optimization

This commit is contained in:
Alexander Alekhin
2014-04-22 19:52:37 +04:00
parent 8114e071c2
commit 7ee1d5f69b
3 changed files with 241 additions and 3 deletions

View File

@@ -218,6 +218,8 @@ CV_EXPORTS void scalarToRawData(const cv::Scalar& s, void* buf, int type, int un
# endif
# define IPP_VERSION_X100 (IPP_VERSION_MAJOR * 100 + IPP_VERSION_MINOR)
#define IPP_ALIGN 32 // required for AVX optimization
#define setIppErrorStatus() cv::ipp::setIppStatus(-1, CV_Func, __FILE__, __LINE__)
static inline IppiSize ippiSize(int width, int height)