12.07.2015 Views

Intel® IPP Quick Reference

Intel® IPP Quick Reference

Intel® IPP Quick Reference

SHOW MORE
SHOW LESS
  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

<strong>Quick</strong> <strong>Reference</strong>Support FunctionsVersion Information FunctionsGetLibVersionReturns information about the active version of Intel <strong>IPP</strong> signal processing software.const IppLibraryVersion* ippsGetLibVersion(void);Memory Allocation FunctionsippsMallocAllocates memory aligned to 32-byte boundary.Ipp8u* ippsMalloc_8u(int len);Ipp16u* ippsMalloc_16u(int len);Ipp32u* ippsMalloc_32u(int len);Ipp8s* ippsMalloc_8s(int len);Ipp16s* ippsMalloc_16s(int len);Ipp32s* ippsMalloc_32s(int len);Ipp64s* ippsMalloc_64s(int len);Ipp32f* ippsMalloc_32f(int len);Ipp64f* ippsMalloc_64f(int len);Ipp8sc* ippsMalloc_8sc(int len);Ipp16sc* ippsMalloc_16sc(int len);Ipp32sc* ippsMalloc_32sc(int len);Ipp64sc* ippsMalloc_64sc(int len);Ipp32fc* ippsMalloc_32fc(int len);Ipp64fc* ippsMalloc_64fc(int len);ippsFreeFrees memory allocated by the function ippsmalloc.void ippsFree(void* ptr);16

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!