# HG changeset patch # User michael # Date 1160342768 0 # Node ID 2acfc35c3075076a748718749e8c1c3bc8b6d628 # Parent 573f56f4f8465d8eed3eb7713bafe273837de29e cleanup diff -r 573f56f4f846 -r 2acfc35c3075 cabac.h --- a/cabac.h Sun Oct 08 21:25:22 2006 +0000 +++ b/cabac.h Sun Oct 08 21:26:08 2006 +0000 @@ -266,7 +266,6 @@ c->bytestream+= CABAC_BITS/8; } -#if 1 /* all use commented */ static void refill2(CABACContext *c){ int i, x; @@ -285,7 +284,6 @@ c->low += x<bytestream+= CABAC_BITS/8; } -#endif static inline void renorm_cabac_decoder(CABACContext *c){ while(c->range < (0x200 << CABAC_BITS)){ @@ -398,8 +396,6 @@ bit= ff_h264_norm_shift[RangeLPS>>17]; c->low -= c->range; *state= c->lps_state[s]; -// c->range = RangeLPS; -// renorm_cabac_decoder(c); c->range = RangeLPS<low <<= bit; bit= (s&1)^1;