Difference between revisions of "H.264 on CBE"

From esoterum.org
Jump to: navigation, search
(Implementations)
(Related Implementations)
Line 18: Line 18:
 
*Adam Major, Ying Yi, Ioannis Nousias, Mark Milward, Sami Khawam and Tughrul Arslan. [http://www.google.com/url?sa=t&source=web&ct=res&cd=11&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F4062990%2F4062991%2F04063010.pdf%3Fisnumber%3D4062991%26prod%3DCNF%26arnumber%3D4063010%26arSt%3D49%26ared%3D52%26arAuthor%3DMajor%252C%2BA.%253B%2BYing%2BYi%253B%2BNousias%252C%2BI.%253B%2BMilward%252C%2BM.%253B%2BKhawam%252C%2BS.%253B%2BArslan%252C%2BT.&ei=25T2Sf_wH4eetgPXoeCoBg&usg=AFQjCNHbdZWgWMSDYfS7EeTxlSun38RQUA&sig2=BkcehOhAyfZLyGJ7XpW_MQ H.264 Decoder Implementation on a Dynamically Reconfigurable Instruction Cell Based Architecture]. IEEE. 2006.
 
*Adam Major, Ying Yi, Ioannis Nousias, Mark Milward, Sami Khawam and Tughrul Arslan. [http://www.google.com/url?sa=t&source=web&ct=res&cd=11&url=http%3A%2F%2Fieeexplore.ieee.org%2Fiel5%2F4062990%2F4062991%2F04063010.pdf%3Fisnumber%3D4062991%26prod%3DCNF%26arnumber%3D4063010%26arSt%3D49%26ared%3D52%26arAuthor%3DMajor%252C%2BA.%253B%2BYing%2BYi%253B%2BNousias%252C%2BI.%253B%2BMilward%252C%2BM.%253B%2BKhawam%252C%2BS.%253B%2BArslan%252C%2BT.&ei=25T2Sf_wH4eetgPXoeCoBg&usg=AFQjCNHbdZWgWMSDYfS7EeTxlSun38RQUA&sig2=BkcehOhAyfZLyGJ7XpW_MQ H.264 Decoder Implementation on a Dynamically Reconfigurable Instruction Cell Based Architecture]. IEEE. 2006.
 
:-School of Engineering and Electronics, University of Edinburgh,
 
:-School of Engineering and Electronics, University of Edinburgh,
 +
*Shuwei Sun, Dong Wang, and Shuming Chen. [A Highly Efficient Parallel Algorithm for H.264 Encoder Based on Macro-Block Region Partition]. HPCC 2007, LNCS 4782, pp. 577–585, 2007.
 +
:-Computer School, National University of Defense Technology, Changsha, China
  
 
== Research Papers ==
 
== Research Papers ==

Revision as of 00:02, 28 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.

Related Implementations

-School of Engineering and Electronics, University of Edinburgh,
  • Shuwei Sun, Dong Wang, and Shuming Chen. [A Highly Efficient Parallel Algorithm for H.264 Encoder Based on Macro-Block Region Partition]. HPCC 2007, LNCS 4782, pp. 577–585, 2007.
-Computer School, National University of Defense Technology, Changsha, China

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