Difference between revisions of "H.264 on CBE"

From esoterum.org
Jump to: navigation, search
(Research Papers)
(Research Papers)
Line 20: Line 20:
  
 
== Research Papers ==
 
== Research Papers ==
 +
*Eric Q. Li, and Yen-Kuang Chen. [http://spiedl.aip.org/getpdf/servlet/GetPDFServlet?filetype=pdf&id=PSISDG005308000001000384000001&idtype=cvips&prog=normal Implementation of H.264 Encoder on General-Purpose Processors with Hyper-Threading Technology].  SPIE, Vol. 5308, 384, 10 February 2004
 +
:-Intel China Research Center, Intel Corporation, Beijing
 
*Lurng-kuo Liu  Kesavarapu, S.  Connell, J.  Jagmohan, A.  Leem, L.  Paulovicks, B.  Sheinin, V.  Lijung Tang  Hangu Yeo. [http://domino.research.ibm.com/library/cyberdig.nsf/papers/B45ED52AFB06AC378525711F00619B02/$File/rc23884.pdf Video Analysis and Compression on the STI Cell Broadband Engine Processor]. IEEE International Conference on Multimedia and Expo, pp. 29-32, 9-12 July 2006.
 
*Lurng-kuo Liu  Kesavarapu, S.  Connell, J.  Jagmohan, A.  Leem, L.  Paulovicks, B.  Sheinin, V.  Lijung Tang  Hangu Yeo. [http://domino.research.ibm.com/library/cyberdig.nsf/papers/B45ED52AFB06AC378525711F00619B02/$File/rc23884.pdf Video Analysis and Compression on the STI Cell Broadband Engine Processor]. IEEE International Conference on Multimedia and Expo, pp. 29-32, 9-12 July 2006.
 
:-IBM T.J. Watson Res. Center, Yorktown Heights, NY;
 
:-IBM T.J. Watson Res. Center, Yorktown Heights, NY;

Revision as of 19:12, 16 September 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

-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