Difference between revisions of "H.264 on CBE"

From esoterum.org
Jump to: navigation, search
(Implementations)
Line 1: Line 1:
== PS3 ==
 
==== Login ====
 
*<code>ssh [user]@149.169.176.117</code>
 
==== File Transfer ====
 
*<code>sftp [user]@149.169.176.117</code>
 
*<code>put /home/mbaker/workspace/[project]/[file] [PS3 filename]</code>
 
*<code>get [PS3 filename] /home/mbaker/workspace/[project]</code>
 
*or just use gftp
 
 
 
== Video Sources ==
 
== Video Sources ==
 
*> [http://www.h264info.com/clips.html Clips from H.264 Demo], these seem to work
 
*> [http://www.h264info.com/clips.html Clips from H.264 Demo], these seem to work

Revision as of 23:41, 27 April 2009

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.

Research Papers

-Intel China Research Center, Intel Corporation, Beijing
-IBM T.J. Watson Res. Center, Yorktown Heights, NY;

Michael Roitzsch, Slice-Balancing H.264 Video Encoding for Improved Scalability of Multicore Decoding.

-Technische Universität Dresden

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



Last printed: 8.1