Home | History | Annotate | Download | only in LZMA

Lines Matching refs:GetPosLenPrice

489 		UInt32 GetPosLenPrice(UInt32 pos, UInt32 len, UInt32 posState)

677 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState);
971 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(curBack, lenTest, posState);