• Home
  • Raw
  • Download

Lines Matching defs:prob

740 #define RC_BIT_PRE(p, prob) \  argument
748 #define RC_BIT(p, prob, bit) { \ argument
758 #define RC_BIT(p, prob, bit) { \ argument
780 #define RC_BIT_0_BASE(p, prob) \ argument
783 #define RC_BIT_1_BASE(p, prob) \ argument
786 #define RC_BIT_0(p, prob) \ argument
790 #define RC_BIT_1(p, prob) \ argument
794 static void RangeEnc_EncodeBit_0(CRangeEnc *p, CLzmaProb *prob) in RangeEnc_EncodeBit_0()
811 CLzmaProb *prob = probs + (sym >> 8); in LitEnc_Encode() local
828 CLzmaProb *prob; in LitEnc_EncodeMatched() local
869 #define GET_PRICE(prob, bit) \ argument
872 #define GET_PRICEa(prob, bit) \ argument
875 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] argument
876 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
878 #define GET_PRICEa_0(prob) ProbPrices[(prob) >> kNumMoveReducingBits] argument
879 #define GET_PRICEa_1(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
983 UInt32 prob; in SetPrices_3() local
1002 unsigned prob = enc->low[0]; in LenPriceEnc_UpdateTables() local
1064 unsigned prob = probs[(size_t)i + (1 << (kLenNumHighBits - 1))]; in LenPriceEnc_UpdateTables() local
1159 UInt32 prob = p->isRepG0[state]; in GetPrice_PureRep() local
1609 unsigned prob = p->isMatch[state][posState]; in GetOptimum() local
2120 CLzmaProb *prob = &p->isMatch[p->state][posState]; in WriteEndMarker() local
2228 UInt32 prob; in FillAlignPrices() local
2274 unsigned prob = probs[m]; in FillDistancesPrices() local
2293 unsigned prob; in FillDistancesPrices() local
2582 CLzmaProb *prob = probs + (sym >> kNumPosSlotBits); in LzmaEnc_CodeOneBlock() local