comparison cabac.h @ 6763:f7cbb7733146 libavcodec

Use full path for #includes from another directory.
author diego
date Fri, 09 May 2008 11:56:36 +0000
parents e226f34ca284
children c4a4495715dd
comparison
equal deleted inserted replaced
6762:99966715fe75 6763:f7cbb7733146
30 #include "bitstream.h" 30 #include "bitstream.h"
31 31
32 //#undef NDEBUG 32 //#undef NDEBUG
33 #include <assert.h> 33 #include <assert.h>
34 #ifdef ARCH_X86 34 #ifdef ARCH_X86
35 #include "x86_cpu.h" 35 #include "libavutil/x86_cpu.h"
36 #endif 36 #endif
37 37
38 #define CABAC_BITS 16 38 #define CABAC_BITS 16
39 #define CABAC_MASK ((1<<CABAC_BITS)-1) 39 #define CABAC_MASK ((1<<CABAC_BITS)-1)
40 #define BRANCHLESS_CABAC_DECODER 1 40 #define BRANCHLESS_CABAC_DECODER 1