[Ffmpeg-devel] [PATCH] Snow mmx+sse2 asm optimizations
Luca Barbato
lu_zero
Mon Mar 13 03:54:39 CET 2006
Robert Edele wrote:
[...]
@@ -1557,8 +1470,8 @@
STOP_TIMER("vertical_compose97i")}}
{START_TIMER
- if(y-1<(unsigned)height) horizontal_compose97i(b0, width);
- if(y+0<(unsigned)height) horizontal_compose97i(b1, width);
+ if(y-1<(unsigned)height) ff_snow_horizontal_compose97i(b0, width);
+ if(y+0<(unsigned)height) ff_snow_horizontal_compose97i(b1, width);
Why not dsputilize it too?
--
Luca Barbato
Gentoo/linux Gentoo/PPC
http://dev.gentoo.org/~lu_zero
More information about the ffmpeg-devel
mailing list