[Ffmpeg-devel] BlackFin lowlevel pixel operations PATCH
Rich Felker
dalias
Tue Mar 27 04:44:08 CEST 2007
On Mon, Mar 26, 2007 at 10:00:39PM -0400, Marc Hoffman wrote:
Content-Description: message body text
>
> This is the a set of video optimization for the Blackfin processor it
> includes most of the low level pixel operations.
Is there a reason you're using .S files? Generally gcc inline asm is
preferred in order to avoid OS/ABI issues like function naming, binary
format, section names, etc.
Rich
More information about the ffmpeg-devel
mailing list