diff i386/dsputil_mmx_avg.h @ 5:4479bcab253e libavcodec

suppressed no longer needed emms()
author glantau
date Tue, 24 Jul 2001 20:38:55 +0000
parents 986e461dc072
children 1b4461b5a7fb
line wrap: on
line diff
--- a/i386/dsputil_mmx_avg.h	Tue Jul 24 20:37:52 2001 +0000
+++ b/i386/dsputil_mmx_avg.h	Tue Jul 24 20:38:55 2001 +0000
@@ -62,7 +62,6 @@
 	:"memory");
      pix += line_size; p += line_size;
   }
-  emms();
 }
 
 static void DEF(put_pixels_y2)(UINT8 *block, const UINT8 *pixels, int line_size, int h)
@@ -102,7 +101,6 @@
 	 "m"(*(pix+line_size))
 	:"memory");
   }
-  emms();
 }
 
 static void DEF(avg_pixels)(UINT8 *block, const UINT8 *pixels, int line_size, int h)
@@ -148,7 +146,6 @@
 	:"memory");
      pix += line_size; p += line_size;
   }
-  emms();
 }
 
 static void DEF(avg_pixels_x2)( UINT8  *block, const UINT8 *pixels, int line_size, int h)
@@ -192,7 +189,6 @@
 	:"m"(*pix)
 	:"memory");
   }
-  emms();
 }
 
 static void  DEF(avg_pixels_y2)( UINT8  *block, const UINT8 *pixels, int line_size, int h)
@@ -236,7 +232,6 @@
 	:"m"(*pix), "m"(*(pix+line_size))
 	:"memory");
   }
-  emms();
 }
 
 static void DEF(avg_pixels_xy2)( UINT8  *block, const UINT8 *pixels, int line_size, int h)
@@ -287,7 +282,6 @@
    pix += line_size;
    p +=   line_size ;
   } while(--h);
-  emms();
 }
 
 static void DEF(sub_pixels_x2)( DCTELEM  *block, const UINT8 *pixels, int line_size, int h)
@@ -317,7 +311,6 @@
    pix += line_size;
    p +=   8;
  } while (--h);
- emms();
 }
 
 static void DEF(sub_pixels_y2)( DCTELEM  *block, const UINT8 *pixels, int line_size, int h)
@@ -347,6 +340,5 @@
    pix += line_size;
    p +=   8;
  } while (--h);
- emms();
 }