Searched refs:shortRepPrice (Results 1 – 1 of 1) sorted by relevance
1046 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); in GetOptimum() local1047 if (shortRepPrice < p->opt[1].price) in GetOptimum()1049 p->opt[1].price = shortRepPrice; in GetOptimum()1267 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); in GetOptimum() local1268 if (shortRepPrice <= nextOpt->price) in GetOptimum()1270 nextOpt->price = shortRepPrice; in GetOptimum()