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

/illumos-gate/usr/src/common/lzma/
H A DLzmaEnc.c876 static UInt32 GetRepLen1Price(CLzmaEnc *p, UInt32 state, UInt32 posState) function
1046 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, p->state, posState);
1267 UInt32 shortRepPrice = repMatchPrice + GetRepLen1Price(p, state, posState);

Completed in 62 milliseconds