Difference between revisions of "H.264 on CBE"

From esoterum.org
Jump to: navigation, search
(Video Sources)
(Implementations)
Line 16: Line 16:
  
 
== Implementations ==
 
== Implementations ==
 +
*Yu Yuan, Rong Yan, Huoding Li, Xing Liu, Sheng Xu, [http://portal.acm.org/citation.cfm?id=1291340 High definition H.264 decoding on cell broadband engine]. Proceedings of the 15th international conference on Multimedia, Augsburg, Germany Pages: 459 - 460, 2007 .
 +
:-IBM China Research Lab, Beijing, China 
 
*Jonghan Park, Soonhoi Ha. [http://ieeexplore.ieee.org/iel5/4375779/4375780/04375797.pdf?isnumber=4375780&prod=CNF&arnumber=4375797&arSt=27&ared=32&arAuthor=Jonghan+Park%3B+Soonhoi+Ha  Performance Analysis of Parallel Execution of H.264 Encoder on the Cell Processor]. IEEE, ESTIMedia 2007.
 
*Jonghan Park, Soonhoi Ha. [http://ieeexplore.ieee.org/iel5/4375779/4375780/04375797.pdf?isnumber=4375780&prod=CNF&arnumber=4375797&arSt=27&ared=32&arAuthor=Jonghan+Park%3B+Soonhoi+Ha  Performance Analysis of Parallel Execution of H.264 Encoder on the Cell Processor]. IEEE, ESTIMedia 2007.
 
:-School of EECS, Seoul National University, Seoul, Korea
 
:-School of EECS, Seoul National University, Seoul, Korea

Revision as of 01:39, 1 December 2008

PS3

Login

  • ssh [user]@149.169.176.117

File Transfer

  • sftp [user]@149.169.176.117
  • put /home/mbaker/workspace/[project]/[file] [PS3 filename]
  • get [PS3 filename] /home/mbaker/workspace/[project]
  • or just use gftp

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