28.03.2017 Views

Primitives

ippi_0

ippi_0

SHOW MORE
SHOW LESS

Create successful ePaper yourself

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

Support Functions 3<br />

This chapter describes the Intel ® IPP support functions that are used to:<br />

• retrieve information about the current Intel IPP software version<br />

• get a brief explanation of the returned status codes<br />

• allocate and free memory that is needed for the operation of other Intel IPP image and video processing<br />

functions.<br />

Version Information Function<br />

This function returns the version number and other information about the active Intel IPP image processing<br />

software.<br />

GetLibVersion<br />

Returns information about the used version of Intel<br />

IPP software for image processing.<br />

Syntax<br />

const IppLibraryVersion* ippiGetLibVersion(void);<br />

Include Files<br />

ippi.h<br />

Domain Dependencies<br />

Headers: ippcore.h, ippvm.h, ipps.h<br />

Libraries: ippcore.lib, ippvm.lib, ipps.lib<br />

Description<br />

This function returns a pointer to a static data structure IppLibraryVersion that contains information<br />

about the current version of Intel IPP for image processing. You need not release memory referenced by the<br />

returned pointer, as it points to a static variable. The following fields of the IppLibraryVersion structure<br />

are available:<br />

major<br />

minor<br />

majorBuild<br />

build<br />

targetCpu[4]<br />

Name<br />

the major number of the current library version<br />

the minor number of the current library version<br />

the number of builds of the major version<br />

current build number<br />

Intel ® processor.<br />

the name of the current library version<br />

45

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

Saved successfully!

Ooh no, something went wrong!