intel-ipp Questions
4
Solved
Certain DSP type workloads seem to show very significant performance improvement on Intel x86 x86_64 processors, when linked against Intel IPP library.
Wondering if there is something similar on A...
Pylos asked 2/3, 2012 at 4:16
1
Solved
Video encoders like Intel® Media SDK require NV12 video input format.
NV12 format is YUV 4:2:0 format ordered in memory with a Y plane first, followed by packed chroma samples in interleaved UV pl...
3
I am trying to compare the performance of std::sort (using std::vector of structs) vs intel ipp sort.
I am running this test on an Intel Xeon processor model name : Intel(R) Xeon(R) CPU X5670 @ 2...
Laevogyrate asked 26/8, 2015 at 8:38
1
Solved
I'm doing some C++ optimization work and have need of the plain vanilla version of cross correlation without any mean offset or normalization scaling operations. I know that under normal circumstan...
Lofty asked 23/7, 2015 at 23:47
2
Solved
I'm experimenting with Intel Integrated Performance Primitives (IPP), and I'm curious about the "right way" to do 2D convolution in IPP.
According to the Intel IPP documentation, ippiConvFull (doc...
Cudlip asked 26/9, 2012 at 18:31
1
Solved
I've recently started using Intel Performance Primitives (IPP) for image processing. For those who haven't heard of IPP, think of IPP as the analogue of MKL for image processing instead of linear a...
Topical asked 20/11, 2012 at 2:53
1
Solved
We have a fair amount of openCV code, and we plan on investigating Intel's IPP, and seeing what kind of speed ups we can achieve in our application.
Intel has a white paper on how to link OpenCV a...
Hoogh asked 27/1, 2012 at 22:21
1
Solved
I have installed Intel IPP on my machine, I followed specific steps where you can find it here :
http://software.intel.com/en-us/articles/intel-integrated-performance-primitives-intel-ipp-for-lin...
5
Solved
I have an audio file and I am iterating through the file and taking 512 samples at each step and then passing them through an FFT.
I have the data out as a block 514 floats long (Using IPP's ippsF...
Ike asked 5/11, 2009 at 11:33
7
Solved
I am building a C++ application that uses Intel's IPP library. This library is installed by default in /opt and requires you to set LD_LIBRARY_PATH both for compiling and for running your software ...
Stonewort asked 20/3, 2010 at 18:44
4
Solved
sigh I'm sorry to say that I'm using Intel IPL (Image Processing Library) in some image processing code I'm working on. This is the tale of my struggle with getting my images to rotate correctly.
...
Truthfunction asked 15/5, 2009 at 21:7
1
© 2022 - 2024 — McMap. All rights reserved.