Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Data-Domain
The data-domain element is a single character that denotes the group of functionality to which a given function belongs. The main distinction among these groups is the type of input data. Intel IPP supports the following data-domains:
| s | signal processing (input data is a 1D signal) | 
| i | images and video processing (input data is a 2D image) | 
| m | small matrix operations (input data is a matrix) | 
| r | realistic rendering functionality and 3D data processing (type of input data type depends on supported rendering techniques) | 
| g | operations on signals of the fixed length | 
For example, function names that begin with ipps signify that respective functions are used for signal processing.