Lines Matching refs:footerBits
1049 int footerBits = 30;
1050 UInt32 posReduced = (((UInt32)1) << footerBits) - 1;
1051 _rangeEncoder.EncodeDirectBits(posReduced >> Base.kNumAlignBits, footerBits - Base.kNumAlignBits);
1182 int footerBits = (int)((posSlot >> 1) - 1);
1183 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits);
1188 baseVal - posSlot - 1, _rangeEncoder, footerBits, posReduced);
1191 _rangeEncoder.EncodeDirectBits(posReduced >> Base.kNumAlignBits, footerBits - Base.kNumAlignBits);
1319 int footerBits = (int)((posSlot >> 1) - 1);
1320 UInt32 baseVal = ((2 | (posSlot & 1)) << footerBits);
1322 baseVal - posSlot - 1, footerBits, i - baseVal);