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

ID 790148
Date 3/31/2025
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Visible to Intel only — GUID: GUID-927AD871-66D7-43D4-9624-F00D42370A5D

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.