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

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

MTFInit

Initializes the MTF structure.

Syntax

IppStatus ippsMTFInit_8u(IppMTFState_8u* pMTFState);

Include Files

ippdc.h

Domain Dependencies

Headers: ippcore.h, ippvm.h, ipps.h

Libraries: ippcore.lib, ippvm.lib, ipps.lib

Parameters

pMTFState

Pointer to the MTF structure.

Description

This function initializes the MTF structure that contains parameters for the MTF transform in the external buffer. This structure is used by the functions ippsMTFFwd and ippsMTFInv. The size of this buffer must be computed previously by calling the function ippsMTFGetSize.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if pMTFState pointer is NULL.