ippiConv
Hi. Can anybody help me with this problem. I have 2 images src1 and src2 of Mat type.I want to use ippiConv to convolve but there was a problem of accessing memory.Here is my code Mat src1, src2,...
View ArticleSingle threaded IPP and external parallelization
Hello,I am implementing an application which uses single threaded IPP and external parallelization via MS OpenMP.Below you can find a piece of the source code which I used for some tests (the full code...
View ArticleAbout setting FTZ mode using Intel Compiler Option.
Have two conflictual points as below:1. Can settingThe /Qftz- option used to disable FTZ mode.It is descripts as these sentence "The -ftz and /Qftz options, when applied to the main program, set the...
View ArticleEffect of disable FTZ mode.
In this link : https://software.intel.com/en-us/forums/topic/542786The effect describe as this sentence: "This bit doesn't affect correctness of IPP functions, in some rare cases it can affect...
View ArticleFFT 16bits
Hello,I try to change the exemple found on https://software.intel.com/en-us/articles/how-to-use-intel-ipp-s-1d-four...To use 16 bits instead of 32, but I have linking problems:icc fftIPP_16.c -o...
View ArticleWhy ippiFilter should be deprecated?
Hello, I'm a ten-year user of the IPP. I've been using ippiFilter in many parts of my codes. And I found that the function is deprecated. The manual recommends that I should use ippiFilterBorder...
View ArticleLinux support of ippsVLCDecodeOne
Hi,I have a Windows application developed a while ago using the Intel IPP 7. One of the function that it uses is ippsVLCDecodeOne(). Now I am trying to port that code to Linux. I downloaded and...
View Articlehow can i get ipp example.
I purchased Intel Integrated Native Developer Experience (Intel INDE) Ultimate Edition,and got a setup file(w_inde_2015.2.027.exe). In the installation directory where the IPP file is very small, only:...
View Articlehow can i get ipp example.
I purchased Intel Integrated Native Developer Experience (Intel INDE) Ultimate Edition,and got a setup file(w_inde_2015.2.027.exe). In the installation directory where the IPP file is very small, only:...
View ArticleFilter with single diagonal kernel
Hello, I've been filtering with 8 single width directional kernels.(0, 45, 90,..., 270 and 315 degrees) For horizontal and vertical kernels I use FilterRow and FilterColumn. But for diagonal...
View ArticleSetting FTZ mode using Intel Compiler Option.
Have two conflictual points as below:1. Can settingThe /Qftz- option used to disable FTZ mode.It is descripts as these sentence "The -ftz and /Qftz options, when applied to the main program, set the...
View ArticleEffect of disable FTZ mode.
In this link : https://software.intel.com/en-us/forums/topic/542786The effect describe as this sentence: "This bit doesn't affect correctness of IPP functions, in some rare cases it can affect...
View ArticleIs it still possible to purchase Intel IPP 6.1
Hello,My company purchased a software where we have become resposible of development, maintenance and sale. IPP 6.1 was used for developing the SW using C++ under windows.Correct me if I am wrong, but...
View ArticleIPP Huffman encoding/decoding functions deprecated, substituation?
I'am wondering why all the Huffman encoding/decoding functions are deprecated. What functions should I use instead, or will Huffman encoding/decoding no longer be supported in future releases of...
View ArticleNon existing ipps Random 64f variants as ippsRandGauss_64f
Hi all,I am currently facing a problem:ipp 8.2.2 ipps documentation refers that ippsRandGauss_Direct_64f is marked as deprecated, and that the replacement would be ippsRandGauss_64f Nevertheless, the...
View ArticleIPP 6.1 Crypto Libraries
Our product uses IPP 6.1 and i'm trying to get the matching cryptography libraries for 6.1.6.They dont appear in the legacy download list at the registrationcenter, only version 7 and 8 appear.I...
View ArticleUMC libraries for AAC Encoder and support for Constant Bit Rate Mode
Helllo,I have question regarding the Bit rate Mode for AAC Encoder. I am trying to encode the audio file using UMC::AAC_Encoder and I am looking for a way to encoder it in a Constant Bit Rate...
View ArticleWatershed Function
Hello,I'm trying to work with the Intel IPP Watershed Segmentation function.I'm not sure what should I send as pMarker image.I have an Image I want to segment using The Watershed. I want to get back...
View ArticleUse IPP static library in Windows Kernel Mode
How to use IPP static library in Windows Kernel Mode ?and where can I download a sample of driver develop?
View ArticleIs H265 supported in IPP or not?
Is H265 supported in IPP or not? I am using IPP 8.0. If it is not supported yet, does Intel has plan to support it in next IPP release?
View Article