Difference between revisions of "H.264"

From esoterum.org
Jump to: navigation, search
(Final References)
Line 4: Line 4:
 
*T. Wiegand, G.J. Sullivan, G. Bjntegaard, A. Luthra, [http://ieeexplore.ieee.org.ezproxy1.lib.asu.edu/iel5/76/27384/01218189.pdf?tp=&arnumber=1218189&isnumber=27384 "Overview of the H.264/AVC video coding standard"] IEEE Transactions on Circuits and Systems for Video Technology, Volume 13,  Issue 7,  July 2003 Page(s):560 - 576  
 
*T. Wiegand, G.J. Sullivan, G. Bjntegaard, A. Luthra, [http://ieeexplore.ieee.org.ezproxy1.lib.asu.edu/iel5/76/27384/01218189.pdf?tp=&arnumber=1218189&isnumber=27384 "Overview of the H.264/AVC video coding standard"] IEEE Transactions on Circuits and Systems for Video Technology, Volume 13,  Issue 7,  July 2003 Page(s):560 - 576  
 
:-However, an increasing number of services and growing popularity of high definition TV are creating greater needs for higher coding efficiency. Moreover, other transmission media such as Cable Modem, xDSL, or UMTS offer much lower data rates than broadcast channels, and enhanced coding efficiency can enable the transmission of more video channels or higher quality video representations within existing digital transmission capacities.
 
:-However, an increasing number of services and growing popularity of high definition TV are creating greater needs for higher coding efficiency. Moreover, other transmission media such as Cable Modem, xDSL, or UMTS offer much lower data rates than broadcast channels, and enhanced coding efficiency can enable the transmission of more video channels or higher quality video representations within existing digital transmission capacities.
 +
*J.S. Kim, J.G. Kim, K.O. Kang, J. Kim, [http://ieeexplore.ieee.org.ezproxy1.lib.asu.edu/iel5/9605/30344/01394150.pdf?tp=&arnumber=1394150&isnumber=30344 "A distortion control scheme for allocating constant distortion in FD-CD video transcoder"], IEEE International Conference on Multimedia and Expo, 2004. ICME '04. 2004 Volume 1,  27-30 June 2004 Page(s):161 - 164 Vol.1
 +
:-In Fig. 3, it is shown that the CD error of each frame propagates to next frames in an exponential decreasing form. And “sum-of-indep-l5%CD indicates the sum of CD errors and all propagation errors caused by the independent cases. The accumulated errors at each codedframe can be approximated simply by the sum of propagation errors.
 +
 +
  
 
== Tutorials ==
 
== Tutorials ==

Revision as of 01:06, 9 April 2008

Final References

-The computational complexity of the coding algorithms directly affects the cost effectiveness of the development of a commercially viable H.264/AVC-based video solution.
-However, an increasing number of services and growing popularity of high definition TV are creating greater needs for higher coding efficiency. Moreover, other transmission media such as Cable Modem, xDSL, or UMTS offer much lower data rates than broadcast channels, and enhanced coding efficiency can enable the transmission of more video channels or higher quality video representations within existing digital transmission capacities.
-In Fig. 3, it is shown that the CD error of each frame propagates to next frames in an exponential decreasing form. And “sum-of-indep-l5%CD indicates the sum of CD errors and all propagation errors caused by the independent cases. The accumulated errors at each codedframe can be approximated simply by the sum of propagation errors.


Tutorials

Trading power for PSNR

Phase I

Modifying the Encoder

  • JM12.4
  • In contrast to the original proposal, we would like to look at modifying the encoder in order to make decisions about which blocks to drop. In this case, the decoder need only decide how many blocks to drop. The encoder would categorize and arrange the blocks in the stream so that the "important" blocks are sent first, enabling the decoder to drop the last n blocks without even decoding them.
  • One issue to be addressed in the encoder: how do we decide which blocks are more important? Currently the idea is to look at blocks with smaller motion vectors and consider those less important. An important issue which arises is that this might prevent large slow moving objects from moving at all in the image. This might be avoided if the encoder looks at the average vector size, or vector statistics in order to avoid this situation.

Modifying the Decoder

  • Enabling energy reduction functionality in the decoder without the benefit of a specialized encoder to first analyze the data poses some problems in terms of energy conservation. We want to reduce the amount of computation in order to throttle the processor, but the overhead required to make block dropping decisions might alleviate the advantage.

Phase II

Modifying the Decoder

-The School of Electrical Engineering And Computer Science
-Seoul National University KOREA

Benchmarks

Players and PSNR calcualtors

  • VideoMeter, command line tool developed at ASU with PSNR calculations for 3 simultaneous yuv steams
-download videometer

Applicability to Bistable Displays

Articles

Survey

-OHSU, Beaverton, OR
-National University of Singapore
-Good block diagram for h.264
-Good workload breakdown for decoder (pie-chart)

DVFS

-Beijing
  • >Hyekseong Kweon, Younggu Do, Jaejeong Lee, Byoungchul Ahn, [ "An Efficient Power-Aware Scheduling Algorithm in Real Time System"], IEEE PACRIM, 2007
-Seoul
-Good discussion on dynamic and static leakage and dependence on operating voltage

Corruption Model

-Powerpoint Presentation

Profiling/Component Breakdown

General

-Distortion Control and Estimation

Code

-Documentation

Reference Software

-No linux support yet?