Searched defs:ofCodeTable (Results 1 – 4 of 4) sorted by relevance
/external/zstd/lib/compress/ |
D | zstd_compress_sequences.c | 294 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_body() 388 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_default() 406 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences_bmi2() 422 FSE_CTable const* CTable_OffsetBits, BYTE const* ofCodeTable, in ZSTD_encodeSequences()
|
D | zstd_compress_superblock.c | 360 static size_t ZSTD_estimateSubBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize_sequences() 389 const BYTE* ofCodeTable, in ZSTD_estimateSubBlockSize()
|
D | zstd_compress.c | 2392 BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_seqToCodes() local 2462 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_buildSequencesStatistics() local 2590 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in ZSTD_entropyCompressSeqStore_internal() local 3300 static size_t ZSTD_estimateBlockSize_sequences(const BYTE* ofCodeTable, in ZSTD_estimateBlockSize_sequences() 3329 const BYTE* ofCodeTable, in ZSTD_estimateBlockSize()
|
/external/zstd/tests/ |
D | decodecorpus.c | 812 const BYTE* const ofCodeTable = seqStorePtr->ofCode; in writeSequences() local
|