Searched refs:llCode (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/lib/zstd/compress/ |
D | zstd_compress_superblock.c | 162 … const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock_sequences() argument 211 fseTables->litlengthCTable, llCode, in ZSTD_compressSubBlock_sequences() 263 const BYTE* llCode, const BYTE* mlCode, const BYTE* ofCode, in ZSTD_compressSubBlock() argument 286 llCode, mlCode, ofCode, in ZSTD_compressSubBlock() 446 const BYTE* llCodePtr = seqStorePtr->llCode; in ZSTD_compressSubBlock_multi()
|
D | zstd_compress_sequences.c | 334 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body() local 337 U32 const llBits = LL_bits[llCode]; in ZSTD_encodeSequences_body() 349 FSE_encodeSymbol(&blockStream, &stateLitLength, llCode); /* 16 */ /* 33 */ in ZSTD_encodeSequences_body()
|
D | zstd_opt.c | 284 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_litLengthPrice() local 285 return (LL_bits[llCode] * BITCOST_MULTIPLIER) in ZSTD_litLengthPrice() 287 - WEIGHT(optPtr->litLengthFreq[llCode], optLevel); in ZSTD_litLengthPrice() 342 { U32 const llCode = ZSTD_LLcode(litLength); in ZSTD_updateStats() local 343 optPtr->litLengthFreq[llCode]++; in ZSTD_updateStats()
|
D | zstd_compress.c | 1883 zc->seqStore.llCode = ZSTD_cwksp_reserve_buffer(ws, maxNbSeq * sizeof(BYTE)); in ZSTD_resetCCtx_internal() 2300 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() 2372 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSequencesStatistics() 2500 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSeqStore_internal() 3269 seqStore->ofCode, seqStore->llCode, seqStore->mlCode, in ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize() 3339 resultSeqStore->llCode += startIdx; in ZSTD_deriveSeqStoreChunk()
|
/linux-6.12.1/lib/zstd/common/ |
D | zstd_internal.h | 294 BYTE* llCode; member
|