intel-ipp
How to check if newer version of Intel IPP is available?
In order to check for newer version, one has to know the current version the program is running with and the latest version available for download.[详细]
2023-01-15 01:44 分类:问答Linear gradient with IPP functions
I would like to create linear gradient using IPP (Integrated Performance Primitives) functions and avoid pixel-by-pixel color manipulation.[详细]
2023-01-13 22:41 分类:问答How to create IPP (Intel Performace primitives) C++ wrapper functions?
IPP is a C library, with hundreds of functions like this: IppStatus ippiTranspose_8u_C1R(const Ipp8u* pSrc, int srcStep,[详细]
2023-01-11 07:37 分类:问答How do I get rid of LD_LIBRARY_PATH at run-time?
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 (i[详细]
2022-12-23 20:04 分类:问答IPP and DEV C++
Hi i use DEV C++ compiler in windows xp sp2 and recently i downloaded the IPP libraries. I installed successfully , i set up the compiler directories from option menu to IPP directories but when i try[详细]
2022-12-18 10:52 分类:问答Intel Performance Primitive (IPP) runtime error
I have source code that was not written by me, and I cannot contact the author. It is written in C++ and requires libjpeg, boost, and the Intel Performance Primitives.[详细]
2022-12-17 15:50 分类:问答IPP linker errors on cygwin
I\'ve builta program that uses mkl and ipp that runs on mac and linux. I\'m now building that program for Windows using cygwin and gcc, and can\'t get it to link.[详细]
2022-12-17 07:20 分类:问答Problem with libraries using winsock.h
I have a project that uses Boost.A开发者_StackOverflow社区sio and the Media-Decoding-Samples that come with the Intel IPP-Library. The problem is the following. If I compile the project without defini[详细]
2022-12-10 22:41 分类:问答Converting an FFT to a spectogram
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.[详细]
2022-12-10 09:29 分类:问答