H264 BP DECODER

CODEC OVERVIEW

H264 is a widely accepted video coding standard that was jointly developed by Video Coding Experts Group (VCEG) of the ITU-T and the Moving Picture Experts Group (MPEG) of ISO/IEC. It uses state-of-the-art coding tools and provides enhanced coding efficiency for a wide range of applications, including video telephony, video conferencing, TV, storage, streaming video and many others. H.264 standard defines several profiles and levels that specify restrictions on the bit stream and hence limits the capabilities needed to decode the bit streams. The Baseline Profile supports intra and inter-coding (using I-slices and P-slices) and entropy coding with context-adaptive variable-length codes (CAVLC). Potential applications of the Baseline Profile include video telephony, videoconferencing, streaming, and wireless communications.

SALIENT FEATURES
  • Based on the ISO/IEC 14496-10 standard
  • Optimized ASM/C implementation.
  • Re-entrant implementation
  • C-callable APIs
  • Up to level 3 features of baseline profile supported.
  • Progressive frame type picture decoding supported.
  • Multiple slices and multiple reference frames supported.
  • CAVLC decoding supported
  • Intra-prediction and inter-prediction modes supported.
  • Block sizes of 4×4 supported.
  • Supports ASO and FMO features.
  • Frame cropping supported
  • Frame width of the range of 32 to 720 pixels supported.
  • Byte-stream syntax for the input bit stream supported.
  • Parsing of Supplemental Enhancement Information (SEI) and Video Usability Information (VUI)supported.
  • Long term reference frame and adaptive reference picture marking supported.
  • Gaps in the frame number supported.
  • Skipping of non reference pictures supported
  • Configurable delay for display of frames supported.
  • Outputs are available in YUV 420 planar formats.
  • Optional support for xDM 1.0 IVIDDEC2 APIs.
TESTING FEATURES
  • Implementation is tested for all JVT test streams
  • Implementation is tested for wide range of non-standard test vectors for all levels
  • Tested with error streams. Corrupted streams includes NAL, slice, MB level data & header corruptions.
  • Tested with 3gpp error pattern corrupted streams.
  • Tested for resource usage.(DMA channels, params etc)
  • Tested for illegal memory access by the module.
  • Module is fully interruptible.
  • Tested for compliance with register preservation requirements
  • Tested for Input buffer corruption
  • Tested for I/O buffer alignment requirements
  • Tested for multi-instance implementation.
  • Tested with scratch contamination at frame boundaries
  • Tested for 100% code coverage
  • Range validation of all API parameters.
  • Validated on einfochips C6472 EVM.
AVAILABLE PLATFORM(S)

TI C64x+ and TI C66x

For resource requirements & other details