IppsConvert_8u16s_Sfs not available?
Hi,I have a huge array of 8u. I want to make it an array of 16s BUT swapping the bytes.eg; input (size byte) = 0xAA h output (size short) = 0xAA00 h instead of just plain 0x00AA h.I was trying to find...
View ArticleProfile Remote Process?
I can't find any way to monitor process i'm running in my test VMs. Is this supported or do i have to install Visual Studio & Parallel Studio in those virtualized environments?Thanks,Adam
View ArticleIdentifying implicit locks and their impact
Sometimes your application may not exhibit the parallelism that you expected because of implicit locks within your application. Implicit locks are those locks that are acquired because of system calls...
View Articlesearching for 2D interpolation
I was searching for a 2D interpolation function in IPP image processing library or MKL, which can do the following...Given an input matrix of let say size 2000x15, lets say xaxis corresponds to...
View Articlepolynomial evaluation
I am trying to do polynomial evaluation using MKL or IPP. Can you guide me as to which functions should I be looking at ? my polynomials are going to be < 4 th order.
View Articlepolynomial evaluation
I am trying to do polynomial evaluation using MKL or IPP. Can you guide me as to which functions should I be looking at ? my polynomials are going to be < 4 th order.
View ArticleCant find threaded libs in the default download of Ipp 8.1
I have downloaded IPP 8.1 version from the website. It stalls well and I can see all the single threaded libraries and dlls. I wanted to know how can I get the threaded libraries and dlls ? I don't...
View Article