Lines Matching refs:BitDecoder
13 BitDecoder m_Choice = new BitDecoder();
14 BitDecoder m_Choice2 = new BitDecoder();
65 BitDecoder[] m_Decoders;
66 public void Create() { m_Decoders = new BitDecoder[0x300]; }
138 BitDecoder[] m_IsMatchDecoders = new BitDecoder[Base.kNumStates << Base.kNumPosStatesBitsMax];
139 BitDecoder[] m_IsRepDecoders = new BitDecoder[Base.kNumStates];
140 BitDecoder[] m_IsRepG0Decoders = new BitDecoder[Base.kNumStates];
141 BitDecoder[] m_IsRepG1Decoders = new BitDecoder[Base.kNumStates];
142 BitDecoder[] m_IsRepG2Decoders = new BitDecoder[Base.kNumStates];
143 BitDecoder[] m_IsRep0LongDecoders = new BitDecoder[Base.kNumStates << Base.kNumPosStatesBitsMax];
146 BitDecoder[] m_PosDecoders = new BitDecoder[Base.kNumFullDistances - Base.kEndPosModelIndex];