Difference between revisions of "H.264"

From esoterum.org
Jump to: navigation, search
Line 17: Line 17:
 
*Jin-Gyeong Kim, JongWon Kim, and C.-C. Jay Ku, [http://netmedia.kjist.ac.kr/old_home/jongwon/papers/2000spiesd-corruption.pdf "Corruption Model of Loss Propagation for Relative Prioritized Packet Video"]
 
*Jin-Gyeong Kim, JongWon Kim, and C.-C. Jay Ku, [http://netmedia.kjist.ac.kr/old_home/jongwon/papers/2000spiesd-corruption.pdf "Corruption Model of Loss Propagation for Relative Prioritized Packet Video"]
  
=== Profiling ===
+
=== Profiling/Component Breakdown ===
 
*[http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6WMK-4GNKRNH-1&_user=56861&_coverDate=04%2F30%2F2006&_rdoc=1&_fmt=&_orig=search&_sort=d&view=c&_acct=C000059542&_version=1&_urlVersion=0&_userid=56861&md5=a36932c131d4a7f83a9fa16778fd5a40#sec4 Profiling Pie Chart]
 
*[http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6WMK-4GNKRNH-1&_user=56861&_coverDate=04%2F30%2F2006&_rdoc=1&_fmt=&_orig=search&_sort=d&view=c&_acct=C000059542&_version=1&_urlVersion=0&_userid=56861&md5=a36932c131d4a7f83a9fa16778fd5a40#sec4 Profiling Pie Chart]
 +
*Xiaosong Zhou†, Eric Q. Li†, and Yen-Kuang Chen, [http://spiedl.aip.org/getpdf/servlet/GetPDFServlet?filetype=pdf&id=PSISDG005022000001000224000001&idtype=cvips&prog=normal "Implementation of H.264 Decoder on General-Purpose Processors with Media Instructions"]
  
 
=== General ===
 
=== General ===

Revision as of 16:45, 9 November 2007

Trading power for PSNR

Modifying the Encoder

  • 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.

Benchmarks

Applicability to Bistable Displays

Articles

Corruption Model

Profiling/Component Breakdown

General

-Distortion Control and Estimation

Code