Sunday, December 2, 2012

H.265 (HEVC) and FPGA

High Efficiency Video Coding (HEVC) or H.265 is the current joint video coding standardization project of ITU-T Video Coding Experts Group (ITU-T Q.6/SG 16) and ISO/IEC Moving Picture Experts Group (ISO/IEC JTC 1/SC 29/WG 11). The current version is High Efficiency Video Coding (HEVC) text specification draft 8HEVC software repository is mainly at Fraunhofer Heinrich Hertz Institute.

It is expected H.265 can obtain the same quality as H.264 at half the bit rate. Cisco published a demo at Youtube to show the H.265 capability of high quality video with great bandwidth. Moreover, H,265 can cover both scenarios and support a wide range of applications, from DTH transmission to acquisition and storage.



According to Cisco's latest Global Mobile Data Traffic Forecast, world mobile data traffic to explode by factor of 26 by 2015, and two-thirds of the world's mobile data traffic will be video by 2015.


Many initiatives are underway for greater video quality. Japan's NHK is working on Super Hi-Vision video format , a successor to the familiar high-definition broadcast system, using 4K × 2K TV with approximately four times the pixel count of Full HD. Fujitsu announced that it has developed h.264 based codec equipment for systems transmitting Super Hi-Vision (SHV) video, with resolution 16 times higher than Japan's current Full Hi-Vision video. As entering an era of video data exploding, 3D and other high-resolution imaging, video compression technology is going to be more and more important. H.265 is expected to meet this trend need.

The technical architecture of HEVC is basically conceptually similar to H.264 (and 
prior standards):
  • Block-based
  • Variable block sizes
  • Block motion compensation
  • Fractional-pel motion vectors
  • Spatial intra prediction
  • Spatial transform of residual difference
  • Integer-based transform designs
  • Arithmetic or VLC-based entropy coding
  • In-loop filtering to form final decoded picture
Lots of variations at the individual “tool” level include:
  • Coding unit tree structure (8x8 up to 64x64 luma samples)
  • Prediction units (N=4, 8, 16, 32, shapes: 2Nx2N, NxN for smallest; for inter also 2NxN & Nx2N)
  • Transforms can cross prediction unit boundaries for Intra; not for Inter
  • Transform unit tree structure (maximum of 3 levels) Transform unit tree structure (maximum of 2 levels)
  • Transform block size of 4x4 to 32x32 samples (always square)
  • Angular intra prediction (17 directions for 4x4, 3 directions for 64x64, 34 directions for others)
  • Luma motion compensation: 1/4 sample precision, 8x8 separable with 6 bit tap values
  • Chroma motion compensation: 1/8 sample precision, 4x4 separable with 6 bit tap values
  • Advanced motion vector prediction with motion vector “competition” and “merging”
The following table shows the H.265 tool set and compares with H.264:

AVC High profileHEVC High efficiencyHEVC Low complexity
16 × 16 macroblockCoding unit quadtree structure (64 × 64 down to 8 × 8)
Partitions down to 4 × 4Prediction units (64 × 64 down to 4 × 4, square intra/inter + non-square inter)
8 × 8 and 4 × 4 transformsTransforms unites (32 × 32, 16 × 16, 8 × 8, 4 × 4 intra/inter + non-square inter)
Intra prediction (9 directions)Intra prediction (17 directions for 4 × 4, 3 directions for 16 × 16, 34 directions for rest)
Inter prediction luma 6-tap + 2-tap to 1/4 pelInter prediction luma 8-tap to 1/4 pel
Inter prediction chroma bi-linear interpolationInter prediction chroma 4-tap to 1/8 pel
Motion vector predictionAdvanced motion vector prediction (spatial + temporal)
CABAC or CAVLCCABAC (Context Adaptive Binary Arithmetic Docing)CAVLC (Context Adaptive Variabl Length Coding)
8b/sample storage and output10b/sample storage and output8b/sample storage and output
Deblocking filterDeblocking filter
-Adaptive Loop Filter (AFL) and Sample Adaptive Offset (SAO) filterSample Adaptive Offset (SAO) filter
Table 1. The toolsets provided to implement HEVC encoders can be used and modified to improve bit rate, video quality or both. Information courtesy Matthew Goldman, Ericsson, from the paper “High Efficiency Video Coding (HEVC) - The Next Generation Compression Technology,” presented at the SMPTE 2011 Technical Conference and Exhibition, Oct. 25-27, 2011.
Since technologies move so quickly, it makes it nearly impossible for broadcast engineers and designers working to get ahead of the competition to rely on application specific standard products (ASSPs) as the backbone of their hardware solutions. For this reason, Xilinx  ROBERT GREEN AND AARON BEHMAN believed that FPGAs offer the only viable platform for the next several years for companies hoping to exploit advantages of HEVC, since FPGAs can support the HEVC standard in software with hardware acceleration blocks for motion estimation and CABAC/CAVLC, which enables tradeoffs in device resource and performance while promoting design productivity. They said, "Depending on the application, the ability to trade off computational complexity, compression rate, robustness of errors and processing delay time are all elements that can only be evaluated in real-time with an FPGA-based design."

No comments:

Followers

Blog Archive

About Me

My photo
HD Multimedia Technology player