Difference between revisions of "H.264 on CBE"

From esoterum.org
Jump to: navigation, search
(Video Sources)
(Implementations)
Line 17: Line 17:
 
*(8.1) Hyunki Baik, Kue-Hwan Sihn, Yun-il Kim, Sehyun Bae, Najeong Han, and Hyo Jung Song. [http://www.ieeexplore.ieee.org/iel5/4455349/4457988/04458128.pdf?tp=&isnumber=4457988&arnumber=4458128 Analysis and Parallelization of H.264 decoder on Cell Broadband Engine Architecture]. Signal Processing and Information Technology. page(s): 791-795. 2007
 
*(8.1) Hyunki Baik, Kue-Hwan Sihn, Yun-il Kim, Sehyun Bae, Najeong Han, and Hyo Jung Song. [http://www.ieeexplore.ieee.org/iel5/4455349/4457988/04458128.pdf?tp=&isnumber=4457988&arnumber=4458128 Analysis and Parallelization of H.264 decoder on Cell Broadband Engine Architecture]. Signal Processing and Information Technology. page(s): 791-795. 2007
 
:-Samsung Electron. Co., Ltd., Suwon, Korea.
 
:-Samsung Electron. Co., Ltd., Suwon, Korea.
 +
*Abhishek Udupa, Sreepathi Pai, [http://hpc.serc.iisc.ernet.in/~sree/research/ffmpeg-cell-report.pdf Optimizing the ffmpeg Library for the Cell BE]. CA E0243 Aug 2006 Course Project Report. Indian Institute of Science, Bangalore. 8 January 2007.
  
 
== Research Papers ==
 
== Research Papers ==

Revision as of 22:38, 13 August 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]

Video Sources

Implementations

-School of EECS, Seoul National University, Seoul, Korea
-Samsung Electron. Co., Ltd., Suwon, Korea.

Research Papers

-IBM T.J. Watson Res. Center, Yorktown Heights, NY;

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