diff cabac.h @ 3972:f5f1c9af095d libavcodec

move outcommented START/STOP_TIMER to a hopefully better place for benchmarking ...
author michael
date Mon, 09 Oct 2006 18:20:00 +0000
parents e8a6d5c1ab0b
children 93746612bc78
line wrap: on
line diff
--- a/cabac.h	Mon Oct 09 15:52:17 2006 +0000
+++ b/cabac.h	Mon Oct 09 18:20:00 2006 +0000
@@ -363,7 +363,6 @@
 
 static int get_cabac(CABACContext *c, uint8_t * const state){
     //FIXME gcc generates duplicate load/stores for c->low and c->range
-//START_TIMER
 #ifdef ARCH_X86
     int bit;
 
@@ -486,7 +485,6 @@
         refill2(c);
 #endif
 #endif
-//STOP_TIMER("get_cabac")
     return bit;
 }