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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.h197 void UpdateTables(UInt32 numPosStates) function in class:NCompress::NLZMA::NLength::CPriceTableEncoder
H A DLZMAEncoder.cpp1315 _lenEncoder.UpdateTables(1 << _posStateBits);
1317 _repMatchLenEncoder.UpdateTables(1 << _posStateBits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.h197 void UpdateTables(UInt32 numPosStates) function in class:NCompress::NLZMA::NLength::CPriceTableEncoder
H A DLZMAEncoder.cpp1315 _lenEncoder.UpdateTables(1 << _posStateBits);
1317 _repMatchLenEncoder.UpdateTables(1 << _posStateBits);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.h197 void UpdateTables(UInt32 numPosStates) function in class:NCompress::NLZMA::NLength::CPriceTableEncoder
H A DLZMAEncoder.cpp1315 _lenEncoder.UpdateTables(1 << _posStateBits);
1317 _repMatchLenEncoder.UpdateTables(1 << _posStateBits);

Completed in 119 milliseconds