Searched refs:ZSTD_entropyCTables_t (Results 1 – 3 of 3) sorted by relevance
/linux/lib/zstd/compress/ |
H A D | zstd_compress_internal.h | 78 } ZSTD_entropyCTables_t; typedef 182 const ZSTD_entropyCTables_t* prevEntropy, 183 ZSTD_entropyCTables_t* nextEntropy, 243 const ZSTD_entropyCTables_t* symbolCosts; /* pre-calculated dictionary statistics */ 248 ZSTD_entropyCTables_t entropy;
|
H A D | zstd_compress_superblock.c | 264 static size_t ZSTD_compressSubBlock(const ZSTD_entropyCTables_t* entropy, in ZSTD_compressSubBlock() 403 const ZSTD_entropyCTables_t* entropy, in ZSTD_estimateSubBlockSize()
|
H A D | zstd_compress.c | 2806 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSeqStore_internal() 2807 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_entropyCompressSeqStore_internal() 2925 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSeqStore_wExtLitBuffer() 2926 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_entropyCompressSeqStore_wExtLitBuffer() 2961 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_entropyCompressSeqStore() 2962 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_entropyCompressSeqStore() 3714 const ZSTD_entropyCTables_t* prevEntropy, in ZSTD_buildBlockEntropyStats() 3715 ZSTD_entropyCTables_t* nextEntropy, in ZSTD_buildBlockEntropyStats() 3843 const ZSTD_entropyCTables_t* entropy, in ZSTD_estimateBlockSize()
|