Visible to Intel only — GUID: GUID-927AD871-66D7-43D4-9624-F00D42370A5D
Visible to Intel only — GUID: GUID-927AD871-66D7-43D4-9624-F00D42370A5D
Data-Domain
The data-domain is a single character that denotes 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 fixed length
For example, function names that begin with ippi signify that respective functions are used for image or video processing.