Gets the predicted time domain signals in the Long Term Reconstruct (LTP) loop.
IppStatus ippsLongTermPredict_AAC_32s(Ipp32s* pSrcTimeSignal, Ipp32s* pDstEstTimeSignal, IppAACLtpInfo* pAACLtpInfo, int winSequence);
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. |
This function is declared in the ippac.h file. The function gets the predicted time domain signals in the LTP loop.
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]. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.