Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

int -> float -> int conversions?

hackborn
Beginner
443 Views
Hi there,

I've been poking into the IPP and it looks like it has a lot of great functionality, but I don't see a way to handle my immediate issue: I'm writing an ASIO driver and I'd like fast routines for converting from the various ASIO formats (things like int32 LSB/MSB, int 16 LSB/MSB, etc.) to floats (ranged -1 to 1) and then back again. Does anyone know how to do this?

thanks much,
eric hackborn
0 Kudos
3 Replies
Vladimir_Dudnik
Employee
443 Views
Hi,
I'd recommend you to take a look on IPPS Manaul. We have bif ippsConvert functions family,like
ippsConvert_16s32f
ippsConvert_32s32f_Sfs
Regards,
Vladimir
0 Kudos
hackborn
Beginner
443 Views
Thanks kindly -- I have looked through the manual but I clearly missed it. Sorry for the noise!

thanks,
eric
0 Kudos
Vladimir_Dudnik
Employee
443 Views
Hi Eric,
no problem, I'm glad if it help you somehow:)
Regards,
Vladimir
0 Kudos
Reply