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

/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); local
1027 if (shortRepPrice < p->opt[1].price)
1029 p->opt[1].price = shortRepPrice;
1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); local
1248 if (shortRepPrice <= nextOpt->price)
1250 nextOpt->price = shortRepPrice;
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c1027 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); local
1028 if (shortRepPrice < p->opt[1].price)
1030 p->opt[1].price = shortRepPrice;
1248 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); local
1249 if (shortRepPrice <= nextOpt->price)
1251 nextOpt->price = shortRepPrice;
/external/lzma/C/
H A DLzmaEnc.c1026 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState); local
1027 if (shortRepPrice < p->opt[1].price)
1029 p->opt[1].price = shortRepPrice;
1247 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState); local
1248 if (shortRepPrice <= nextOpt->price)
1250 nextOpt->price = shortRepPrice;

Completed in 113 milliseconds