Difference between revisions of "H.264 on CBE"

From esoterum.org
Jump to: navigation, search
(Implementations)
(Compiling JM14.1 for CBE)
 
Line 44: Line 44:
 
*Don't know yet if these flags from JM Makefile are needed: <code>-std=gnu99 -pedantic -ffloat-store -fno-strict-aliasing -m32</code>
 
*Don't know yet if these flags from JM Makefile are needed: <code>-std=gnu99 -pedantic -ffloat-store -fno-strict-aliasing -m32</code>
  
 +
 +
 +
== Video Quality ==
 +
*[http://www.cisco.com/web/services/news/ts_newsletter/tech/chalktalk/200904.html Example Cisco jitter target], 10ms
  
  
  
 
<code>Last printed: 8.5</code>
 
<code>Last printed: 8.5</code>

Latest revision as of 17:20, 31 March 2011

Video Sources

Overlay and Memory Management

Implementations

-IBM China Research Lab, Beijing, China
-School of EECS, Seoul National University, Seoul, Korea
-Samsung Electron. Co., Ltd., Suwon, Korea.

Related Implementations

-School of Engineering and Electronics, University of Edinburgh,
-Computer School, National University of Defense Technology, Changsha, China
-Delft University of Technology
-Vienna University of Technology

Research Papers

-Intel China Research Center, Intel Corporation, Beijing
-IBM T.J. Watson Res. Center, Yorktown Heights, NY;
-Technische Universität Dresden
-Universitat Politecnica de Catalunya, Barcelona, Spain

Compiling JM14.1 for CBE

  • Compiler requires switch -fsigned-char to set default signedness of char to signed. This is an issue between x86 and PPC which use signed and unsigned char respectively, information on signed char here: An Introduction to GCC
  • Don't know yet if these flags from JM Makefile are needed: -std=gnu99 -pedantic -ffloat-store -fno-strict-aliasing -m32


Video Quality


Last printed: 8.5