Searched defs:curAndLenPrice (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp694 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState); local
718 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState); local
890 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice( local
920 UInt32 curAndLenPrice local
963 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice( local
1002 UInt32 curAndLenPrice = normalMatchPrice; local
1048 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp694 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState); local
718 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState); local
890 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice( local
920 UInt32 curAndLenPrice local
963 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice( local
1002 UInt32 curAndLenPrice = normalMatchPrice; local
1048 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp694 UInt32 curAndLenPrice = price + _repMatchLenEncoder.GetPrice(repLen - 2, posState); local
718 UInt32 curAndLenPrice = normalMatchPrice + GetPosLenPrice(distance, len, posState); local
890 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice( local
920 UInt32 curAndLenPrice local
963 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice( local
1002 UInt32 curAndLenPrice = normalMatchPrice; local
1048 UInt32 curAndLenPrice = nextRepMatchPrice + GetRepPrice(0, lenTest2, state2, posStateNext); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c1082 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][repLen - 2]; local
1108 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][len - LZMA_MATCH_LEN_MIN]; local
1311 UInt32 curAndLenPrice; local
1348 UInt32 curAndLenPrice = price + p->repLenEnc.prices[posState][lenTest - 2]; local
1390 UInt32 curAndLenPrice; local
1435 UInt32 curAndLenPrice = normalMatchPrice + p->lenEnc.prices[posState][lenTest - LZMA_MATCH_LEN_MIN]; local
1480 UInt32 curAndLenPrice; local
[all...]

Completed in 188 milliseconds