Lines Matching refs:kNumPosStatesEncodingMax
171 RangeCoder.BitTreeEncoder[] _lowCoder = new RangeCoder.BitTreeEncoder[Base.kNumPosStatesEncodingMax];
172 RangeCoder.BitTreeEncoder[] _midCoder = new RangeCoder.BitTreeEncoder[Base.kNumPosStatesEncodingMax];
177 for (UInt32 posState = 0; posState < Base.kNumPosStatesEncodingMax; posState++)
250 UInt32[] _counters = new UInt32[Base.kNumPosStatesEncodingMax];