This section contains functions for encoding and decoding of video data according to ITU-T Recommendation H.263 ([ITUH263]) and Annexes, which is most often denoted by the “H263 + decoder” acronym.
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 .
Function Short Name |
Description |
---|---|
VLC Decoding |
|
Decodes DC coefficient for intra coded block. |
|
Decodes AC coefficients for intra coded block. |
|
Decodes DCT coefficients for inter coded block. |
|
Quantization |
|
Performs inverse quantization on an intra coded block stored in a one-dimensional buffer. |
|
Performs inverse quantization on an inter coded block stored in a one-dimensional buffer. |
|
Prediction |
|
Performs bidirectional prediction for a B-block in a PB-frame. |
|
Resampling |
|
Performs picture resampling defined in terms of picture area corner displacements. |
|
Performs factor-of-4 picture upsampling. |
|
Performs factor-of-4 picture downsampling. |
|
Performs factor-of-4 upsampling on an 8x8 block. |
|
Interpolates a picture by a factor of two horizontally, vertically, or both horizontally and vertically. |
|
Boundary Filtering |
|
FilterBlockBoundaryHorEdge_H263, FilterBlockBoundaryVerEdge_H263 |
Perform block boundary filtering on a horizontal or vertical boundary of two adjacent 16x16 blocks. |
FilterDeblocking8x8HorEdge_H263, FilterDeblocking8x8VerEdge_H263 |
Perform deblocking filtering of one block edge on the reconstructed frames. |
FilterDeblocking16x16HorEdge_H263, FilterDeblocking16x16VerEdge_H263 |
Perform deblocking filtering on a horizontal or vertical boundary of two adjacent 16x16 blocks. |
Middle Level Functions |
|
Reconstructs DCT coefficients for an intra coded block. |
|
Reconstructs DCT coefficients for an inter coded block. |
Function Short Name |
Description |
---|---|
VLC Encoding |
|
Encodes and puts a quantized DC coefficient for an intra coded block into bitstream. |
|
Encodes and puts quantized DCT coefficients for an intra coded block into bitstream. |
|
Encodes and puts quantized DCT coefficients for inter coded block into bitstream. |
|
Quantization |
|
Performs quantization on an intra coded block. |
|
Performs quantization on an inter coded block. |
|
Resampling |
|
Performs factor-of-4 downsampling on a 16x16 block. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.