Searched refs:offcodeNCount (Results 1 – 6 of 6) sorted by relevance
/external/zstd/lib/dictBuilder/ |
D | zdict.c | 716 short offcodeNCount[OFFCODE_MAX+1]; in ZDICT_analyzeEntropy() local 788 …errorCode = FSE_normalizeCount(offcodeNCount, Offlog, offcodeCount, total, offcodeMax, /* useLowPr… in ZDICT_analyzeEntropy() 826 … { size_t const ohSize = FSE_writeNCount(dstPtr, maxDstSize, offcodeNCount, OFFCODE_MAX, Offlog); in ZDICT_analyzeEntropy()
|
/external/zstd/lib/decompress/ |
D | zstd_decompress.c | 1097 { short offcodeNCount[MaxOff+1]; in ZSTD_loadDEntropy() local 1099 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadDEntropy() 1104 offcodeNCount, offcodeMaxValue, in ZSTD_loadDEntropy()
|
/external/zstd/lib/legacy/ |
D | zstd_v05.c | 3673 short offcodeNCount[MaxOff+1]; in ZSTDv05_loadEntropy() local 3685 …offcodeHeaderSize = FSEv05_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv05_loadEntropy() 3688 errorCode = FSEv05_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offcodeLog); in ZSTDv05_loadEntropy()
|
D | zstd_v06.c | 3820 { short offcodeNCount[MaxOff+1]; in ZSTDv06_loadEntropy() local 3822 …offcodeHeaderSize = FSEv06_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict, dictSize… in ZSTDv06_loadEntropy() 3825 …{ size_t const errorCode = FSEv06_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv06_loadEntropy()
|
D | zstd_v07.c | 4107 { short offcodeNCount[MaxOff+1]; in ZSTDv07_loadEntropy() local 4109 …size_t const offcodeHeaderSize = FSEv07_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, d… in ZSTDv07_loadEntropy() 4112 …{ size_t const errorCode = FSEv07_buildDTable(dctx->OffTable, offcodeNCount, offcodeMaxValue, offc… in ZSTDv07_loadEntropy()
|
/external/zstd/lib/compress/ |
D | zstd_compress.c | 3170 short offcodeNCount[MaxOff+1]; in ZSTD_loadCEntropy() local 3193 …size_t const offcodeHeaderSize = FSE_readNCount(offcodeNCount, &offcodeMaxValue, &offcodeLog, dict… in ZSTD_loadCEntropy() 3199 offcodeNCount, MaxOff, offcodeLog, in ZSTD_loadCEntropy() 3247 …bs->entropy.fse.offcode_repeatMode = ZSTD_dictNCountRepeat(offcodeNCount, offcodeMaxValue, MIN(off… in ZSTD_loadCEntropy()
|