Difference between revisions of "X264 SOCIS"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
==Timeline== | ==Timeline== | ||
+ | |||
+ | August 1st - 14th: Learning ARM architecture and ARM assembly | ||
+ | |||
+ | August 15th - 21st: Start writing NEON functions and learning NEON along the way | ||
+ | |||
+ | August 22nd - Onwards: Move onto harder functions | ||
+ | |||
+ | List is incomplete as of 15th August 2011 | ||
+ | |||
+ | Project end date: 30th October 2011 | ||
==Progress== | ==Progress== |
Revision as of 21:40, 15 August 2011
Contents
ESA SOCIS x264Main 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
Initial list of functions
Timeline
August 1st - 14th: Learning ARM architecture and ARM assembly
August 15th - 21st: Start writing NEON functions and learning NEON along the way
August 22nd - Onwards: Move onto harder functions
List is incomplete as of 15th August 2011
Project end date: 30th October 2011
Progress
Git Access
My git can be accessed here
https://github.com/samdunne/x264/tree/socis-dev
Or if you wish to add me as a remote
git remote add socis git://github.com/samdunne/x264.git