ippiGrayToBin_8u1u_C1R. What bit order will be in result?
I want convert 8u matrix to 1u matrix using ippiGrayToBin_8u1u_C1R. Can I assume that bits in result have the same order as the source elements? Does this function use big-endian or little-endian format?
View Articlebuild IPP with ICC?
Compiling IPP audio-video-codecs on Linux (debian), using gcc works great... $ ./build.sh --sample=audio-video-codecs --arch=intel64 --ws=make --build but since I have the intel compiler, i wanted to...
View ArticleIPP 8.1 undocumented change to ippiMorphCloseBorder?
Hi,I hope I'm missing something here, but I just tried updating my code to IPP 8.1 from 8.0 and it looks like the parameters for ippiMorphCloseBorder_8u_C1R has changed. Is this a mistake? I've never...
View ArticleFloodfill GetSize function is useless?
I found in the example of Floodfill_Grad page: http://software.intel.com/sites/products/documentation/hpc/ipp/ippi/ippi_ch14/functn_FloodFill_Grad.html ippiFloodFillGetSize_Grad ( roiSize,...
View ArticleIpp 8.1 INTEL_PLATFORM definition for 64 bit application
HiI ran in some trouble after Ipp 8.1 upgrade.INTEL_PLATFORM definition in ippdefs.h is :#ifdef _WIN32 #define _INTEL_PLATFORM "ia32/" #else #define _INTEL_PLATFORM "intel64/" #endifBut for microsoft...
View ArticleIPP Asynchronous: hppiAnd, hppiOr, hppiXor work incorrectly with 1u data
hppiAnd, hppiOr, hppiXor don't process the last byte in a matrix row if matrix width is not divisible by 8. If the width is a multiple of 8 all is right. The library version is IPP Asynchronous Preview...
View Articlewidescreen signaling (WSS)
Hello,has someone an idea how to add the widescreen signaling data to the image(RGB24) ?Best regards Sascha
View ArticleIPP 8.1 - ippsFIRGetStateSize_32f
Hello,I have a question about FIR filtering functionality. When I ask for the FIR state buffer size using method below: ippsFIRGetStateSize_32f( int tapsLen, int *pBufferSize )I get unusually huge...
View ArticleIPP 8.1 i_malloc interface
Hello,If I want to replace standard allocation routines with my own using i_malloc interface do I need to specify all of them? For example if I use the pattern for FFT to query the buffer size,...
View ArticleH.264 SD Decode Memory Leak
Hello, I have serious trouble with Inte IPP.I am developing Viewing Soft Ware of H.264 Video Stream Encoder.For it, I use Intel IPP 8.0 Update 1 and w_ipp-sample_p_7.1.1.013.And I build it with command...
View ArticlehppiInitAllocLoGKernel, hppiInitAllocDoGKernel from IPP-A February Preview
I have some problems with hppiInitAllocLoG/DoGKernel functions after updating IPP-A library. Now I use February preview, Win7 64-bit. And the next tests are failed.TEST(InitKernelTest, LoG){ hppAccel...
View ArticleCalifornia Boric Acid Series prices
HanShang Chemical Scientific Limited(mrHou,tel: 8.6.0.2.1.5.0.1.8.9.2.9.8 )is specialized in Boric Acid Series .Are you looking for the best Boric Acid Series?HanShang Chemical Scientific Limited is...
View Articlebuild IPP with ICC?
Compiling IPP audio-video-codecs on Linux (debian), using gcc works great... $ ./build.sh --sample=audio-video-codecs --arch=intel64 --ws=make --build but since I have the intel compiler, i wanted to...
View ArticleWhy ippiResizeSqrPixel functions are deprecated?
Hello,During migrating my codes from IPP7 into IPP8, I found that ippiResizeSqrPixel functions are deprecated.I use them to resize medical data. Fine control of zoom factor and shift is crucial because...
View ArticleRSA Encryption
I'm trying to find some easy-to-follow RSA key-generation, encryption/decryption examples.What I've found...
View ArticleH264 Decoder Problem
Hellow, I have trouble with H264 Decoder.I decoded H.264 HD(1920x1080) and SD(720x480) mutually.For changin decoding parameter(resolution etc) dynamically, I used UMC::H264VideoDecoder.Init .But keep...
View ArticleBigger question - how to save HBITMAP to jpg
Hi.Years ago i used the old IJL libI used: ijlInit ijlWrite to convert bmp image to jpg I am now trying the new IPP.I work with Visual Studio C++ 2013 (i know - not supported yet but i can add the IPP...
View ArticleError in ippiSampleLine Documentation example
The ippiSampleLine documentation has a significant error that left me very confused as to how this method works. I'm not sure of the appropriate place to report these errors, so I hope someone from...
View ArticleBeginner question - how to save HBITMAP to jpg
Hi.Years ago i used the old IJL libI used: ijlInit ijlWrite to convert bmp image to jpg I am now trying the new IPP.I work with Visual Studio C++ 2013 (i know - not supported yet but i can add the IPP...
View Article