Home
last modified time | relevance | path

Searched refs:llCodeTable (Results 1 – 5 of 5) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress_sequences.c286 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_body() argument
304 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in ZSTD_encodeSequences_body()
305 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in ZSTD_encodeSequences_body()
325 BYTE const llCode = llCodeTable[n]; in ZSTD_encodeSequences_body()
380 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_default() argument
386 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_default()
398 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences_bmi2() argument
404 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences_bmi2()
414 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable, in ZSTD_encodeSequences() argument
423 CTable_LitLength, llCodeTable, in ZSTD_encodeSequences()
[all …]
Dzstd_compress_superblock.c182 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_buildSuperBlockEntropy_sequences() local
199 …size_t const mostFrequent = HIST_countFast_wksp(countWksp, &max, llCodeTable, nbSeq, workspace, wk… in ZSTD_buildSuperBlockEntropy_sequences()
210 … countWksp, max, llCodeTable, nbSeq, LL_defaultNorm, LL_defaultNormLog, MaxLL, in ZSTD_buildSuperBlockEntropy_sequences()
638 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize_sequences() argument
652 … cSeqSizeEstimate += ZSTD_estimateSubBlockSize_symbolType(fseMetadata->llType, llCodeTable, MaxLL, in ZSTD_estimateSubBlockSize_sequences()
666 const BYTE* llCodeTable, in ZSTD_estimateSubBlockSize() argument
677 cSizeEstimate += ZSTD_estimateSubBlockSize_sequences(ofCodeTable, llCodeTable, mlCodeTable, in ZSTD_estimateSubBlockSize()
Dzstd_compress_sequences.h44 FSE_CTable const* CTable_LitLength, BYTE const* llCodeTable,
Dzstd_compress.c2118 BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_seqToCodes() local
2127 llCodeTable[u] = (BYTE)ZSTD_LLcode(llv); in ZSTD_seqToCodes()
2132 llCodeTable[seqStorePtr->longLengthPos] = MaxLL; in ZSTD_seqToCodes()
2167 const BYTE* const llCodeTable = seqStorePtr->llCode; in ZSTD_entropyCompressSequences_internal() local
2228 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, entropyWorkspace,… in ZSTD_entropyCompressSequences_internal()
2241 count, max, llCodeTable, nbSeq, in ZSTD_entropyCompressSequences_internal()
2313 CTable_LitLength, llCodeTable, in ZSTD_entropyCompressSequences_internal()
/external/zstd/tests/
Ddecodecorpus.c813 const BYTE* const llCodeTable = seqStorePtr->llCode; in writeSequences() local
841 …size_t const mostFrequent = HIST_countFast_wksp(count, &max, llCodeTable, nbSeq, WKSP, sizeof(WKSP… in writeSequences()
844 isSymbolSubset(llCodeTable, nbSeq, in writeSequences()
850 *op++ = llCodeTable[0]; in writeSequences()
861 if (count[llCodeTable[nbSeq-1]]>1) { count[llCodeTable[nbSeq-1]]--; nbSeq_1--; } in writeSequences()
928 initSymbolSet(llCodeTable, nbSeq, frame->stats.litlengthSymbolSet, 35); in writeSequences()
949 FSE_initCState2(&stateLitLength, CTable_LitLength, llCodeTable[nbSeq-1]); in writeSequences()
950 BIT_addBits(&blockStream, sequences[nbSeq-1].litLength, LL_bits[llCodeTable[nbSeq-1]]); in writeSequences()
959 BYTE const llCode = llCodeTable[n]; in writeSequences()