Searched refs:matchPrice (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.cpp657 UInt32 matchPrice = _isMatch[_state.Index][posState].GetPrice1(); local
658 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
707 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
842 UInt32 matchPrice = curPrice + _isMatch[state.Index][posState].GetPrice1(); local
843 UInt32 repMatchPrice = matchPrice + _isRep[state.Index].GetPrice1();
991 UInt32 normalMatchPrice = matchPrice + _isRep[state.Index].GetPrice0();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp657 UInt32 matchPrice = _isMatch[_state.Index][posState].GetPrice1(); local
658 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
707 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
842 UInt32 matchPrice = curPrice + _isMatch[state.Index][posState].GetPrice1(); local
843 UInt32 repMatchPrice = matchPrice + _isRep[state.Index].GetPrice1();
991 UInt32 normalMatchPrice = matchPrice + _isRep[state.Index].GetPrice0();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp657 UInt32 matchPrice = _isMatch[_state.Index][posState].GetPrice1(); local
658 UInt32 repMatchPrice = matchPrice + _isRep[_state.Index].GetPrice1();
707 UInt32 normalMatchPrice = matchPrice + _isRep[_state.Index].GetPrice0();
842 UInt32 matchPrice = curPrice + _isMatch[state.Index][posState].GetPrice1(); local
843 UInt32 repMatchPrice = matchPrice + _isRep[state.Index].GetPrice1();
991 UInt32 normalMatchPrice = matchPrice + _isRep[state.Index].GetPrice0();
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c955 UInt32 matchPrice, repMatchPrice, normalMatchPrice; local
1044 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]);
1045 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]);
1095 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]);
1150 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; local
1265 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]);
1266 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]);
1422 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]);

Completed in 106 milliseconds