Difference between revisions of "X264 SOCIS"

From VideoLAN Wiki
Jump to navigation Jump to search
Line 17: Line 17:
  
 
=== List of functions to be implemented in NEON  ===
 
=== List of functions to be implemented in NEON  ===
[http://wiki.videolan.org/X264_SOCIS/todo]
+
[http://wiki.videolan.org/X264_SOCIS/todo|http://wiki.videolan.org/X264_SOCIS/todo]
 
<br>
 
<br>
  

Revision as of 16:14, 16 August 2011

ESA SOCIS Main Page

Plans

First of all x264 is profiled (this has been done and a link to the profiles are below)


Profiles

http://wiki.videolan.org/X264_SOCIS/profiles


Conversions

Functions that are normally C that are intended for asm will have NEON implementations by the end of the project Every DSP function will also have a NEON implementation


List of functions to be implemented in NEON

[1]

Timeline

August 1st - 14th:           Learn ARM architecture and ARM assembly

August 15th - 21st:         Start learning NEON while writing NEON functions

August 22nd - Onwards:  Move onto harder functions

Project end date:            30th October 2011


List will be updated shortly



Progress

My progress to date:

  • Learned ARM assembly



Git Access

My git can be accessed here:

https://github.com/samdunne/x264/tree/socis-dev


Or if you wish to add my repository as a remote:

git remote add socis git://github.com/samdunne/x264.git




Contact

Sam Dunne