Computes forward MDCT.
IppStatus ippsMDCTFwd_G7291_16s(const Ipp16s pSrc[160], Ipp16s pSrcDst[160], Ipp16s* pSrcDstNorm, Ipp16s pDstMDCTCoeffs[160], IppHintAlgorithm hint);
pSrc |
Pointer to the input signal. |
pSrcDst |
Pointer to the old input/output signal. |
pDstNorm |
Pointer to the output normalization factor. |
pDstMDCTCoeffs |
Pointer to the output MDCT coefficients. |
hint |
Suggests using specific code |
The function ippsMDCTFwd_G7291 is declared in the ippsc.h file. The function computes forward MDCT and returns used normalization factor. See [ITU7291] section 6.6.3.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when one of the specified pointers is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.