This section contains functions for encoding and decoding video data according to ITU-T Recommendation H.261 ([ITUH261]).
Function Short Name |
Description |
---|---|
Video Decoding Functions |
|
Decodes DCT coefficients for intra coded block. |
|
Decodes DCT coefficients for inter coded block. |
|
Reconstructs DCT coefficients for intra coded block. |
|
Reconstructs DCT coefficients for inter coded block. |
|
Video Encoding Functions |
|
Encodes and puts quantized DCT coefficients for intra coded block into bitstream. |
|
Encodes and puts quantized DCT coefficients for inter coded block into bitstream. |
|
Performs two-dimensional filtering on a block. |
The use of some functions described in this section is demonstrated in Intel® IPP Samples downloadable from http://www.intel.com/cd/software/products/asmo-na/eng/220046.htm .
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.