Home | History | Annotate | Download | only in RangeCoder

Lines Matching full:models

6 	short[] Models;

12 Models = new short[1 << numBitLevels];
17 Decoder.InitBitModels(Models);
27 rangeEncoder.Encode(Models, m, bit);
38 rangeEncoder.Encode(Models, m, bit);
52 price += Encoder.GetPrice(Models[m], bit);
66 price += Encoder.GetPrice(Models[m], bit);
72 public static int ReverseGetPrice(short[] Models, int startIndex,
81 price += Encoder.GetPrice(Models[startIndex + m], bit);
87 public static void ReverseEncode(short[] Models, int startIndex,
94 rangeEncoder.Encode(Models, startIndex + m, bit);