Home
last modified time | relevance | path

Searched refs:OF_defaultNorm (Results 1 – 6 of 6) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress_superblock.c230 OF_defaultNorm, OF_defaultNormLog, in ZSTD_buildSuperBlockEntropy_sequences()
234 … countWksp, max, ofCodeTable, nbSeq, OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_buildSuperBlockEntropy_sequences()
650 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_estimateSubBlockSize_sequences()
Dzstd_compress.c2263 OF_defaultNorm, OF_defaultNormLog, in ZSTD_entropyCompressSequences_internal()
2270 OF_defaultNorm, OF_defaultNormLog, DefaultMaxOff, in ZSTD_entropyCompressSequences_internal()
/external/zstd/lib/common/
Dzstd_internal.h231 static UNUSED_ATTR const S16 OF_defaultNorm[DefaultMaxOff+1] = { variable
/external/zstd/lib/legacy/
Dzstd_v06.c533 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, variable
3260 …6_buildSeqTable(DTableOffb, Offtype, MaxOff, OffFSELog, ip, iend-ip, OF_defaultNorm, OF_defaultNor… in ZSTDv06_decodeSeqHeaders()
Dzstd_v07.c2767 static const S16 OF_defaultNorm[MaxOff+1] = { 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, variable
3490 …07_buildSeqTable(DTableOffb, OFtype, MaxOff, OffFSELog, ip, iend-ip, OF_defaultNorm, OF_defaultNor… in ZSTDv07_decodeSeqHeaders()
/external/zstd/tests/
Ddecodecorpus.c884 …FSE_buildCTable_wksp(CTable_OffsetBits, OF_defaultNorm, DefaultMaxOff, OF_defaultNormLog, scratchB… in writeSequences()