Performs the inverse DCT for block of type 2 (m0=1).
IppStatus ippiDCT2x4x8Inv_16s_C1I(Ipp16s* pSrcDst);
pSrcDst |
Pointer to the block. |
This function is declared in the ippvc.h header file. The function ippiDCT2x4x8Inv_16s_C1I performs the inverse DCT for a block of type 2 (m0 = 1). Formula for inverse DCT is as follows:
where,
This function is used in the DV decoder included into Intel IPP Samples. See introduction to DV.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when pSrcDst is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.