FIRLMSMRPutVal

Places the input value in the delay line.

Syntax

IppStatus ippsFIRLMSMRPutVal32s_16s(Ipp16s val, IppsFIRLMSMRState32s_16s* pState);

IppStatus ippsFIRLMSMRPutVal32sc_16sc(Ipp16sc val, IppsFIRLMSMRState32sc_16sc* pState);

Parameters

pState

Pointer to the filter state structure.

val

Value of the input sample.

Description

The function ippsFIRLMSMRPutVal is declared in the ipps.h file. This function places the value of the input sample val into the delay line, thus preparing the filter with the state structure pState for the filtering procedure.

Before calling the function ippsFIRLMSMRPutVal the filter state structure must be initialized by the function ippsFIRLMSMRInitAlloc.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pState pointer is NULL.

ippStsContextMatchErr

Indicates an error when the state identifier is incorrect.

Submit feedback on this help topic

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