Searched refs:offcodeMaxValue (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 1480 unsigned offcodeMaxValue = MaxOff, offcodeLog; in ZSTD_loadDEntropy() local 1481 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy() 1483 RETURN_ERROR_IF(offcodeMaxValue > MaxOff, dictionary_corrupted, ""); in ZSTD_loadDEntropy() 1486 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_v06.c | 3768 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv06_loadEntropy() local 3769 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy() 3772 …t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv06_loadEntropy()
|
H A D | zstd_v05.c | 3625 unsigned offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv05_loadEntropy() local 3636 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy() 3639 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
|
H A D | zstd_v07.c | 4052 U32 offcodeMaxValue=MaxOff, offcodeLog; in ZSTDv07_loadEntropy() local 4053 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy() 4056 …t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv07_loadEntropy()
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress.c | 4940 unsigned offcodeMaxValue = MaxOff; in ZSTD_loadCEntropy() local 4961 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy() 5015 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
|