Home | History | Annotate | Download | only in LZMA

Lines Matching refs:_choice

169 			RangeCoder.BitEncoder _choice = new RangeCoder.BitEncoder();

186 _choice.Init();
200 _choice.Encode(rangeEncoder, 0);
206 _choice.Encode(rangeEncoder, 1);
222 UInt32 a0 = _choice.GetPrice0();
223 UInt32 a1 = _choice.GetPrice1();