[Ffmpeg-cvslog] r6652 - trunk/libavcodec/cabac.h

michael subversion
Wed Oct 11 14:23:41 CEST 2006


Author: michael
Date: Wed Oct 11 14:23:40 2006
New Revision: 6652

Modified:
   trunk/libavcodec/cabac.h

Log:
enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM, P3) from which ive seen benchmarks, it might be slower on P4 but noone has posted benchmarks ...


Modified: trunk/libavcodec/cabac.h
==============================================================================
--- trunk/libavcodec/cabac.h	(original)
+++ trunk/libavcodec/cabac.h	Wed Oct 11 14:23:40 2006
@@ -32,6 +32,7 @@
 #define CABAC_BITS 16
 #define CABAC_MASK ((1<<CABAC_BITS)-1)
 #define BRANCHLESS_CABAC_DECODER 1
+#define CMOV_IS_FAST 1
 
 typedef struct CABACContext{
     int low;




More information about the ffmpeg-cvslog mailing list