Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

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.