This section describes principal steps of MPEG-1 and MPEG-2 video decoding in accordance with the standard decoding pipeline shown in the figure below.
The inverse DCT is one of the most common transformations. It may be performed using Ipp image processing functions: ippiDCT8x8Inv_16s_C1R for 8x8 blocks of non-intra type and ippiDCT8x8Inv_16s8u_C1R for 8x8 blocks of intra type.
High-level functions ippiReconstructDCTBlockIntra_MPEG2_32s and ippiReconstructDCTBlockIntra_MPEG1_32s may be replaced by low-level functions according to the scheme presented in Figure "DCT Intra Block Reconstruction" and high-level functions ippiReconstructDCTBlock_MPEG2_32s and ippiReconstructDCTBlock_MPEG1_32s may be replaced by low-level functions according to the scheme presented in Figure "DCT Non-Intra Block Reconstruction".
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.