Commit 7cca42d0 authored by michael's avatar michael

enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon,...

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 ...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6652 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 349a90ea
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
#define CABAC_BITS 16 #define CABAC_BITS 16
#define CABAC_MASK ((1<<CABAC_BITS)-1) #define CABAC_MASK ((1<<CABAC_BITS)-1)
#define BRANCHLESS_CABAC_DECODER 1 #define BRANCHLESS_CABAC_DECODER 1
#define CMOV_IS_FAST 1
typedef struct CABACContext{ typedef struct CABACContext{
int low; int low;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment