diff libvo/osd_template.c @ 10516:14c8c762c2b7

removed obsolete my_profile
author alex
date Sun, 03 Aug 2003 18:33:28 +0000
parents 9d7477d0d64d
children 6f7b5123ac56
line wrap: on
line diff
--- a/libvo/osd_template.c	Sun Aug 03 18:28:28 2003 +0000
+++ b/libvo/osd_template.c	Sun Aug 03 18:33:28 2003 +0000
@@ -32,7 +32,6 @@
 #if defined(FAST_OSD) && !defined(HAVE_MMX)
     w=w>>1;
 #endif
-PROFILE_START();
     for(y=0;y<h;y++){
         register int x;
 #ifdef HAVE_MMX
@@ -91,7 +90,6 @@
 #ifdef HAVE_MMX
 	asm volatile(EMMS:::"memory");
 #endif
-PROFILE_END("vo_draw_alpha_yv12");
     return;
 }
 
@@ -100,7 +98,6 @@
 #if defined(FAST_OSD) && !defined(HAVE_MMX)
     w=w>>1;
 #endif
-PROFILE_START();
     for(y=0;y<h;y++){
         register int x;
 #ifdef HAVE_MMX
@@ -160,7 +157,6 @@
 #ifdef HAVE_MMX
 	asm volatile(EMMS:::"memory");
 #endif
-PROFILE_END("vo_draw_alpha_yuy2");
     return;
 }
 
@@ -268,7 +264,6 @@
 
 static inline void RENAME(vo_draw_alpha_rgb32)(int w,int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase,int dststride){
     int y;
-PROFILE_START();
 #ifdef WORDS_BIGENDIAN
     dstbase++;
 #endif
@@ -420,6 +415,5 @@
 #ifdef HAVE_MMX
 	asm volatile(EMMS:::"memory");
 #endif
-PROFILE_END("vo_draw_alpha_rgb32");
     return;
 }