Home
last modified time | relevance | path

Searched refs:MaxSeq (Results 1 – 15 of 15) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress_sequences.c74 S16 norm[MaxSeq + 1]; in ZSTD_NCountCost()
261 S16 norm[MaxSeq + 1]; in ZSTD_buildCTable()
269 assert(entropyWorkspaceSize >= FSE_BUILD_CTABLE_WORKSPACE_SIZE(MaxSeq, MaxFSELog)); in ZSTD_buildCTable()
Dzstd_compress_superblock.c174 const size_t countWkspSize = (MaxSeq + 1) * sizeof(unsigned); in ZSTD_buildSuperBlockEntropy_sequences()
Dzstd_compress_internal.h253 #define COMPRESS_SEQUENCES_WORKSPACE_SIZE (sizeof(unsigned) * (MaxSeq + 2))
Dzstd_compress.c2176 entropyWorkspace = count + (MaxSeq + 1); in ZSTD_entropyCompressSequences_internal()
2177 entropyWkspSize -= (MaxSeq + 1) * sizeof(*count); in ZSTD_entropyCompressSequences_internal()
/external/zstd/lib/decompress/
Dzstd_decompress_internal.h76 #define ZSTD_BUILD_FSE_TABLE_WKSP_SIZE (sizeof(S16) * (MaxSeq + 1) + (1u << MaxFSELog) + sizeof(U64…
Dzstd_decompress_block.c378 BYTE* spread = (BYTE*)(symbolNext + MaxSeq + 1); in ZSTD_buildFSETable_body()
383 assert(maxSymbolValue <= MaxSeq); in ZSTD_buildFSETable_body()
563 S16 norm[MaxSeq+1]; in ZSTD_buildSeqTable()
/external/zstd/lib/common/
Dzstd_internal.h183 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
/external/zstd/tests/
Ddecodecorpus.c805 unsigned count[MaxSeq+1]; in writeSequences()
806 S16 norm[MaxSeq+1]; in writeSequences()
818 BYTE scratchBuffer[FSE_BUILD_CTABLE_WORKSPACE_SIZE(MaxSeq, MaxFSELog)]; in writeSequences()
/external/zstd/lib/legacy/
Dzstd_v06.c503 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
3212 S16 norm[MaxSeq+1]; in ZSTDv06_buildSeqTable()
Dzstd_v01.c1341 #define MaxSeq MAX(MaxLL, MaxML) macro
Dzstd_v07.c2737 #define MaxSeq MAX(MaxLL, MaxML) /* Assumption : MaxOff < MaxLL,MaxML */ macro
3442 S16 norm[MaxSeq+1]; in ZSTDv07_buildSeqTable()
Dzstd_v03.c2376 #define MaxSeq MAX(MaxLL, MaxML) macro
Dzstd_v04.c380 #define MaxSeq MAX(MaxLL, MaxML) macro
Dzstd_v02.c2735 #define MaxSeq MAX(MaxLL, MaxML) macro
Dzstd_v05.c483 #define MaxSeq MAX(MaxLL, MaxML) macro