MTFGetSize

Computes the size of the MTF structure.

Syntax

IppStatus ippsMTFGetSize_8u(int* pMTFStateSize);

Parameters

pMTFStateSize

Pointer to the computed MTF structure size.

Description

The function ippsMTFGetSize is declared in the ippdc.h file. This function computes the size of memory (in bytes) that is required for the MTF structure. This function must be called prior to the function ippsMTFInit.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error if pMTFStateSize pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.