Lines Matching defs:slot
213 unsigned slot;
218 for (slot = 2; slot < kNumLogBits * 2; slot++)
220 size_t k = ((size_t)1 << ((slot >> 1) - 1));
223 g_FastPos[j] = (Byte)slot;
1398 unsigned slot;
1399 GetPosSlot2(dist, slot)
1401 price += p->posSlotPrices[lenToPosState][slot];
2268 unsigned slot;
2273 for (slot = 0; slot < distTableSize2; slot++)
2275 // posSlotPrices[slot] = RcTree_GetPrice(encoder, kNumPosSlotBits, slot, p->ProbPrices);
2278 unsigned sym = slot + (1 << (kNumPosSlotBits - 1));
2285 prob = probs[(size_t)slot + (1 << (kNumPosSlotBits - 1))];
2286 posSlotPrices[(size_t)slot * 2 ] = price + GET_PRICEa_0(prob);
2287 posSlotPrices[(size_t)slot * 2 + 1] = price + GET_PRICEa_1(prob);
2292 for (slot = kEndPosModelIndex / 2; slot < distTableSize2; slot++)
2294 posSlotPrices[(size_t)slot * 2 ] += delta;
2295 posSlotPrices[(size_t)slot * 2 + 1] += delta;