LongTermPredict_AAC

Gets the predicted time domain signals in the Long Term Reconstruct (LTP) loop.

Syntax

IppStatus ippsLongTermPredict_AAC_32s(Ipp32s* pSrcTimeSignal, Ipp32s* pDstEstTimeSignal, IppAACLtpInfo* pAACLtpInfo, int winSequence);

Parameters

pSrcTimeSignal

Pointer to the temporal signals to be predicted in the temporary domain.

pDstEstTimeSignal

Pointer to the output of samples after LTP.

pAACLtpInfo

Pointer to the LTP information.

winSequence

Window type, short or long.

pDstEstTimeSignal

Pointer to the prediction output in time domain.

Description

This function is declared in the ippac.h file. The function gets the predicted time domain signals in the LTP loop.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when at least one of the pointers is NULL.

ippStsAacWinSeqErr

Indicates an error when winSequence exceeds [0,3].

Submit feedback on this help topic

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