Home
last modified time | relevance | path

Searched defs:ofCodeTable (Results 1 – 4 of 4) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress_sequences.c285 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body()
379 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default()
397 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2()
413 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences()
Dzstd_compress_superblock.c181 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSuperBlockEntropy_sequences() local
637 static size_t ZSTD_estimateSubBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize_sequences()
665 const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize()
Dzstd_compress.c2119 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local
2166 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_entropyCompressSequences_internal() local
/external/zstd/tests/
Ddecodecorpus.c812 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in writeSequences() local