Installing IPP on OS X 10.6.8 (Snow Leopard)
Hi all, I'm brand new her,e so please bear with me if I'm asking stupid questions.I got IPP 8 working on Windows 7 x64 no problem and with great results.However, on the Mac I've had no luck installing...
View ArticlePerformance Difference Between ipp Versions
Hi all,i use two algoritms (Foreground/Background Segmentation Using Histogram Model and Mixture of Gaussians) to obtain foreground and i use 3 different ipp versions:First one is ipp 6.0.0.062,second...
View ArticleBug in ipp_async++.h
Hi, guys!Looks like "ipp_async++.h" form Aug 2013 Preview is buggy. Firstly it needs to correct an quote in #include "ipp_async_op.h". Also, when I build app with ipp_async++.h included, I've seen the...
View Articledeprecated Functions:ippsTone_Direct_32f and ippsr_Sinc_32f
Hi,Alot many functions like ippsTone_Direct_32f/sinc etc are deprecated. Is there any replacement function for them? We use ippsTone_Direct_xx and ippsr_sinc alot in our application. Is ot possible to...
View Articlebeginning IPP under Linux
I am a newbie to IPP. I would thank if you answer my questions and if I am wrong guide me through the process.1. Is here the right place to ask IPP programming questions?2. I need to install IPP on my...
View ArticleMost Optimized way to make operations on column of matrix
Hi All.I have matrix m(r,c).I need to make operations on each column of matrix.I need to calculate mean of each column, substract it from the column and make fft on the column.What is best optimized...
View ArticleCPU Properties Problem
Hi all,I have a i7-Q720 cpu.But when i run the code that is in attachment and i find it in the Intel Ipp7.1 users guide,i see wrong informations.According to the code's output,my cpu does not support...
View ArticleIPP 7.1 Picnic.exe saves Jpeg when choosing Jpeg2000
If you download the IPP samples 7.1.1.013, you receive precompiled binaries of the Picnic.exe (32-bit) sample application, using IPP 7.1 libraries.I was testing a bug in my app, using IPP 7.1, that...
View ArticleLinking version 8 IPP with Xcode 4.6
I am developing a Macintosh cocoa (objective c) application using xcode 4.6 and the Apple compilers. I setup my project to link to the static (.a files ) IPP libraries. However, when I run the...
View ArticleNeed Some help with the mp3encoder
helloi am a newbie to the ipp. i want to use the IPP to encoder PCM to MP3.Now we use the lame (lame.sourceforge.net) to do this thing, encoder PCM to MP3.we want to use the IPP 8.0 to instead of...
View ArticleIPP 8.0 Composer SP1 not recognized under Visual studio
I had ipp 7.1, and upgraded to ipp 8.0. however, ipp 8.0 keeps the ipp 7.1 on my system!Cmake for examlpe recognizes both and you can choose 8.0 afretwards.The problem is that under visual studio, XE...
View ArticleInversion of an Image
Hello,I'm using Intel IPP 8.0 In MKL you have the option to invert a Vector / Matrix.What would be the fastest way to invert an image (1 ./ A, MATLAB) using Intel IPP?I could only do it using Ln and...
View ArticleIPP 7.1 for Mac
Hi. I am looking for the archive for the IPP 7.1 libraries/SDK for Mac. We are currently using version 7.1 of IPP on other platforms, and I do have a Mac license. However the download page only shows...
View ArticleCan not build ipp-samples.7.1.1.013
Hi everyone, i try to build code samples 7.1.1.013 from the guidehttp://software.intel.com/en-us/articles/building-intel-ipp-71-samples#comment-1751314 I tried with lots of commands even example...
View Articlewhere are IPP 8.0 merged libs?
I am new to ipp. I was using ipp 6 and I upgraded to ipp 8.in IPP 6 that I have installed with w_ipp_ia32_p_6.0.0.062.exe, I have many lib and dll files such as ippacemerged.lib, etc. that my program...
View ArticleAccess violation from IPP Thread - Kindly Help(Urgent!!!!!)
We had written a dynamically linked library (DLL) for JPG encoding using Intel IPP libraries(IPP V 7.0 - ippj-7.0.dll).We made use of the classes in UIC sample code (UIC JPEGEncoder) for JPG...
View ArticleippiFFTGetBufSize_C_32fc, ippiFFTGetBufSize_R_32f deprecated?
The above functions are marked as deprecated in the header file ippi.h in Ipp 8.0.1However the documentation says that only the integer version has been deprecated.Which is true?
View Articleusing ippsDFTInit_C with using ippsFFTInit
Hello.it is confusing the difference between DFTInit and FFTInitfor example:{ int *sizeSpec, *sizeInit, *sizeBuff; IppDFTSpec_C_64fc *pSpecDfr, *pSpecFft; Ipp8u *pSpecFft, *pInit,...
View ArticleLinking Error
I was using IPP 7 with Visual Studio 2010 (32 bit). It began to give linking error at compiling:error LNK2019: unresolved external symbol _ippiMalloc_32f_C1@12 referenced in function _main"Use IPP:...
View Articleavx vs avx 2 performance.
Hello.Our program makes signal processing and we use IPP to make signal processing more efficient.We are working now with i7-620UE. We want to increase the performance and tested our application on new...
View Article