X264 SOCIS

From VideoLAN Wiki
Revision as of 13:33, 18 August 2011 by SCD (talk | contribs) (→‎Timeline)
Jump to navigation Jump to search

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

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

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:            28th 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