The data-domain is a single character that expresses the subset of functionality to which a given function belongs. The current version of Intel IPP supports the following data-domains:
s |
for signals (expected data type is a 1D signal) |
i |
for images and video (expected data type is a 2D image) |
m |
for matrices (expected data type is a matrix) |
r |
for realistic rendering functionality and 3D data processing (expected data type depends on supported rendering techniques) |
g |
for signals of the fixed length |
For example, function names that begin with ipps signify that respective functions are used for signal processing.
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.