Home | History | Annotate | Download | only in LZMA

Lines Matching refs:GetPosLenPrice

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

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