Lines Matching defs:prob

726 #define RC_BIT_PRE(p, prob) \  argument
734 #define RC_BIT(p, prob, bit) { \ argument
744 #define RC_BIT(p, prob, bit) { \ argument
766 #define RC_BIT_0_BASE(p, prob) \ argument
769 #define RC_BIT_1_BASE(p, prob) \ argument
772 #define RC_BIT_0(p, prob) \ argument
776 #define RC_BIT_1(p, prob) \ argument
780 static void RangeEnc_EncodeBit_0(CRangeEnc *p, CLzmaProb *prob) in RangeEnc_EncodeBit_0()
797 CLzmaProb *prob = probs + (sym >> 8); in LitEnc_Encode() local
814 CLzmaProb *prob; in LitEnc_EncodeMatched() local
855 #define GET_PRICE(prob, bit) \ argument
858 #define GET_PRICEa(prob, bit) \ argument
861 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] argument
862 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
864 #define GET_PRICEa_0(prob) ProbPrices[(prob) >> kNumMoveReducingBits] argument
865 #define GET_PRICEa_1(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
969 UInt32 prob; in SetPrices_3() local
988 unsigned prob = enc->low[0]; in LenPriceEnc_UpdateTables() local
1050 const unsigned prob = probs[(size_t)i + (1 << (kLenNumHighBits - 1))]; in LenPriceEnc_UpdateTables() local
1145 UInt32 prob = p->isRepG0[state]; in GetPrice_PureRep() local
1595 unsigned prob = p->isMatch[state][posState]; in GetOptimum() local
2106 CLzmaProb *prob = &p->isMatch[p->state][posState]; in WriteEndMarker() local
2214 UInt32 prob; in FillAlignPrices() local
2260 unsigned prob = probs[m]; in FillDistancesPrices() local
2279 unsigned prob; in FillDistancesPrices() local
2569 CLzmaProb *prob = probs + (sym >> kNumPosSlotBits); in LzmaEnc_CodeOneBlock() local