Searched refs:offcodeMaxValue (Results 1 – 5 of 5) sorted by relevance
/external/zstd/lib/decompress/ |
D | zstd_decompress.c | 1364 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local 1365 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy() 1367 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy() 1370 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
|
/external/zstd/lib/legacy/ |
D | zstd_v05.c | 3670 unsigned offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv05_loadEntropy() local 3681 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy() 3684 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
|
D | zstd_v06.c | 3817 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv06_loadEntropy() local 3818 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy() 3821 …t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv06_loadEntropy()
|
D | zstd_v07.c | 4104 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy() local 4105 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy() 4108 …t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv07_loadEntropy()
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 4301 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy() local 4323 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy() 4377 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
|