Searched refs:curByte (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/tools/misc/lzma_src/C/
H A DLzmaEnc.c959 Byte curByte, matchByte; local
1021 curByte = *data;
1024 if (mainLen < 2 && curByte != matchByte && repLens[repMaxIndex] < 2)
1038 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1039 LitEnc_GetPrice(probs, curByte, p->ProbPrices));
1047 if (matchByte == curByte)
1152 Byte curByte, matchByte; local
1241 curByte = *data;
1251 LitEnc_GetPriceMatched(probs, curByte, matchByte, p->ProbPrices) :
1252 LitEnc_GetPrice(probs, curByte,
1776 Byte curByte; local
1805 Byte curByte; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1355 Byte curByte = _matchFinder.GetIndexByte(_matchFinderObj, 0 - _additionalOffset); local
1356 _literalEncoder.GetSubCoder(UInt32(nowPos64), _previousByte)->Encode(&_rangeEncoder, curByte);
1357 _previousByte = curByte;
1385 Byte curByte = _matchFinder.GetIndexByte(_matchFinderObj, 0 - _additionalOffset); local
1388 subCoder->Encode(&_rangeEncoder, curByte);
1392 subCoder->EncodeMatched(&_rangeEncoder, matchByte, curByte);
1395 _previousByte = curByte;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1355 Byte curByte = _matchFinder.GetIndexByte(_matchFinderObj, 0 - _additionalOffset); local
1356 _literalEncoder.GetSubCoder(UInt32(nowPos64), _previousByte)->Encode(&_rangeEncoder, curByte);
1357 _previousByte = curByte;
1385 Byte curByte = _matchFinder.GetIndexByte(_matchFinderObj, 0 - _additionalOffset); local
1388 subCoder->Encode(&_rangeEncoder, curByte);
1392 subCoder->EncodeMatched(&_rangeEncoder, matchByte, curByte);
1395 _previousByte = curByte;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/7zip/Compress/LZMA/
H A DLZMAEncoder.cpp1355 Byte curByte = _matchFinder.GetIndexByte(_matchFinderObj, 0 - _additionalOffset); local
1356 _literalEncoder.GetSubCoder(UInt32(nowPos64), _previousByte)->Encode(&_rangeEncoder, curByte);
1357 _previousByte = curByte;
1385 Byte curByte = _matchFinder.GetIndexByte(_matchFinderObj, 0 - _additionalOffset); local
1388 subCoder->Encode(&_rangeEncoder, curByte);
1392 subCoder->EncodeMatched(&_rangeEncoder, matchByte, curByte);
1395 _previousByte = curByte;

Completed in 108 milliseconds