• Home
  • Raw
  • Download

Lines Matching defs:prob

629 #define RC_BIT_PRE(p, prob) \  argument
637 #define RC_BIT(p, prob, bit) { \ argument
647 #define RC_BIT(p, prob, bit) { \ argument
669 #define RC_BIT_0_BASE(p, prob) \ argument
672 #define RC_BIT_1_BASE(p, prob) \ argument
675 #define RC_BIT_0(p, prob) \ argument
679 #define RC_BIT_1(p, prob) \ argument
683 static void RangeEnc_EncodeBit_0(CRangeEnc *p, CLzmaProb *prob) in RangeEnc_EncodeBit_0()
700 CLzmaProb *prob = probs + (sym >> 8); in LitEnc_Encode() local
717 CLzmaProb *prob; in LitEnc_EncodeMatched() local
758 #define GET_PRICE(prob, bit) \ argument
761 #define GET_PRICEa(prob, bit) \ argument
764 #define GET_PRICE_0(prob) p->ProbPrices[(prob) >> kNumMoveReducingBits] argument
765 #define GET_PRICE_1(prob) p->ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
767 #define GET_PRICEa_0(prob) ProbPrices[(prob) >> kNumMoveReducingBits] argument
768 #define GET_PRICEa_1(prob) ProbPrices[((prob) ^ (kBitModelTotal - 1)) >> kNumMoveReducingBits] argument
872 UInt32 prob; in SetPrices_3() local
891 unsigned prob = enc->low[0]; in LenPriceEnc_UpdateTables() local
953 unsigned prob = probs[(size_t)i + (1 << (kLenNumHighBits - 1))]; in LenPriceEnc_UpdateTables() local
1044 UInt32 prob = p->isRepG0[state]; in GetPrice_PureRep() local
1490 unsigned prob = p->isMatch[state][posState]; in GetOptimum() local
2001 CLzmaProb *prob = &p->isMatch[p->state][posState]; in WriteEndMarker() local
2094 UInt32 prob; in FillAlignPrices() local
2140 unsigned prob = probs[m]; in FillDistancesPrices() local
2159 unsigned prob; in FillDistancesPrices() local
2442 CLzmaProb *prob = probs + (sym >> kNumPosSlotBits); in LzmaEnc_CodeOneBlock() local