Searched refs:shortRepPrice (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.c1049 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); local
1050 if (shortRepPrice < p->opt[1].price)
1052 p->opt[1].price = shortRepPrice;
1270 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); local
1271 if (shortRepPrice <= nextOpt->price)
1273 nextOpt->price = shortRepPrice;

Completed in 165 milliseconds