[Mplayer-cvslog] CVS: main/libavcodec mpegvideo.c,1.4,1.5

Nick Kurshev nick at mplayer.dev.hu
Fri Jul 20 12:55:45 CEST 2001


Update of /cvsroot/mplayer/main/libavcodec
In directory mplayer:/var/tmp.root/cvs-serv10402/main/libavcodec

Modified Files:
	mpegvideo.c 
Log Message:
MMX optimization of dct_unquantize. Another 10% on K7

Index: mpegvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libavcodec/mpegvideo.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mpegvideo.c	16 Jul 2001 09:16:19 -0000	1.4
+++ mpegvideo.c	20 Jul 2001 10:55:43 -0000	1.5
@@ -1040,6 +1040,7 @@
     return last_non_zero;
 }
 
+#ifndef HAVE_MMX
 static void dct_unquantize(MpegEncContext *s, 
                            DCTELEM *block, int n, int qscale)
 {
@@ -1103,7 +1104,7 @@
         }
     }
 }
-                         
+#endif         
 
 /* rate control */
 




More information about the MPlayer-cvslog mailing list