[x264-devel] Re: Has anybody could tell me the best steps to port x264 to ti's dsp?

Tuukka Toivonen tuukkat at ee.oulu.fi
Thu Feb 23 09:51:16 CET 2006


On Thu, 23 Feb 2006, ycigcom wrote:

>I want to port a h.264¡¯s encoder to TI¡¯s dsp according to the codes of 
>x264.  But I really don¡¯t know how to do it and which is the best steps, 
>so I had a bad idea:

Well, I would first recommend _not_ using any assembly. x264 has
pure C code for all parts, and initially you should try to just get
that to compile and run on TI's compilers and hardware.
In principle, it should be simple, in practice, you need to be
careful not overflow the stack or memory.

After that works, you can do asm optimization, based on profiler data.

-- 
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html



More information about the x264-devel mailing list