Searched refs:kMtfBits (Results 1 – 2 of 2) sorted by relevance
351 const unsigned kMtfBits = 4; in ReadBlock2() local352 const UInt32 kMtfMask = (1 << kMtfBits) - 1; in ReadBlock2()364 UInt32 tmp = (state2 >> (kMtfBits * state4)) & kMtfMask; in ReadBlock2()365 UInt32 mask = ((UInt32)1 << ((state4 + 1) * kMtfBits)) - 1; in ReadBlock2()367 state2 = ((state2 << kMtfBits) & mask) | (state2 & ~mask) | tmp; in ReadBlock2()
354 const unsigned kMtfBits = 4; in ReadBlock2() local355 const UInt32 kMtfMask = (1 << kMtfBits) - 1; in ReadBlock2()367 UInt32 tmp = (state2 >> (kMtfBits * state4)) & kMtfMask; in ReadBlock2()368 UInt32 mask = ((UInt32)1 << ((state4 + 1) * kMtfBits)) - 1; in ReadBlock2()370 state2 = ((state2 << kMtfBits) & mask) | (state2 & ~mask) | tmp; in ReadBlock2()