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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/LzmaCompress/Sdk/C/
H A DLzmaEnc.c1060 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); local
1061 if (shortRepPrice < p->opt[1].price)
1063 p->opt[1].price = shortRepPrice;
1281 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); local
1282 if (shortRepPrice <= nextOpt->price)
1284 nextOpt->price = shortRepPrice;

Completed in 47 milliseconds