projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8824a7
)
enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon, PM...
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 11 Oct 2006 12:23:40 +0000
(12:23 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 11 Oct 2006 12:23:40 +0000
(12:23 +0000)
Originally committed as revision 6652 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/cabac.h
patch
|
blob
|
history
diff --git
a/libavcodec/cabac.h
b/libavcodec/cabac.h
index a677d0f87e04e9d0051800debdb3c6f4060ebf59..f5e4e03e999daf92c3811b4fe3637f57499034d9 100644
(file)
--- a/
libavcodec/cabac.h
+++ b/
libavcodec/cabac.h
@@
-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;