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 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.