Home
last modified time | relevance | path

Searched defs:tableLog (Results 1 – 19 of 19) sorted by relevance

/external/zstd/lib/compress/
Dfse_compress.c68 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_buildCTable_wksp()
175 …dCTable(FSE_CTable* ct, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildCTable()
190 size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog) in FSE_NCountWriteBound()
198 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, in FSE_writeNCount_generic()
293 const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_writeNCount()
309 FSE_CTable* FSE_createCTable (unsigned maxSymbolValue, unsigned tableLog) in FSE_createCTable()
332 U32 tableLog = maxTableLog; in FSE_optimalTableLog_internal() local
351 static size_t FSE_normalizeM2(short* norm, U32 tableLog, const unsigned* count, size_t total, U32 m… in FSE_normalizeM2()
437 size_t FSE_normalizeCount (short* normalizedCounter, unsigned tableLog, in FSE_normalizeCount()
636 … dstSize, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_compress_wksp()
[all …]
Dzstd_compress_sequences.c75 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_NCountCost() local
118 unsigned const tableLog = cstate.stateLog; in ZSTD_fseBitCost() local
263 const U32 tableLog = FSE_optimalTableLog(FSELog, nbSeq, max); in ZSTD_buildCTable() local
Dhuf_compress.c69 U32 tableLog = MAX_FSE_TABLELOG_FOR_HUFF_HEADER; in HUF_compressWeights() local
148 U32 tableLog = 0; in HUF_readCTable() local
/external/zstd/lib/common/
Dfse_decompress.c60 FSE_DTable* FSE_createDTable (unsigned tableLog) in FSE_createDTable()
71 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_internal()
176 …Table* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void* workS… in FSE_buildDTable_wksp()
322 unsigned tableLog; in FSE_decompress_wksp_body() local
379 …Table(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) { in FSE_buildDTable()
Dfse.h340 #define FSE_BUILD_CTABLE_WORKSPACE_SIZE(maxSymbolValue, tableLog) (sizeof(unsigned) * (maxSymbolVal… argument
516 const U32 tableLog = MEM_read16(ptr); in FSE_initCState() local
569 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost()
590 U16 tableLog; member
Dentropy_common.c309 { U32 const tableLog = BIT_highbit32(weightTotal) + 1; in HUF_readStats_body() local
/external/zstd/tests/fuzz/
Dfse_read_ncount.c33 …unsigned const tableLog = FUZZ_dataProducer_uint32Range(producer, FSE_MIN_TABLELOG, FSE_MAX_TABLEL… in LLVMFuzzerTestOneInput() local
/external/zstd/lib/decompress/
Dzstd_decompress_block.c371 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body()
491 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_default()
501 unsigned tableLog, void* wksp, size_t wkspSize) in ZSTD_buildFSETable_body_bmi2()
511 unsigned tableLog, void* wksp, size_t wkspSize, int bmi2) in ZSTD_buildFSETable()
562 { unsigned tableLog; in ZSTD_buildSeqTable() local
1430 U32 const tableLog = ((const ZSTD_seqSymbol_header*)ptr)[0].tableLog; in ZSTD_getLongOffsetsShare() local
Dhuf_decompress.c101 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member
149 U32 tableLog = 0; in HUF_readDTableX1_wksp_bmi2() local
615 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX2_wksp() local
Dzstd_decompress_internal.h64 U32 tableLog; member
/external/zstd/lib/legacy/
Dzstd_v06.c1101 U16 tableLog; member
1451 FSEv06_DTable* FSEv06_createDTable (unsigned tableLog) in FSEv06_createDTable()
1462 …able(FSEv06_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSEv06_buildDTable()
1659 unsigned tableLog; in FSEv06_decompress() local
1906 { U32 const tableLog = BITv06_highbit32(weightTotal) + 1; in HUFv06_readStats() local
2012 U32 tableLog = 0; in HUFv06_readDTableX2() local
2339 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUFv06_readDTableX4() local
3211 { U32 tableLog; in ZSTDv06_buildSeqTable() local
Dzstd_v02.c704 U16 tableLog; member
1100 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
1430 unsigned tableLog; in FSE_decompress() local
1551 U32 tableLog; in HUF_readStats() local
1633 U32 tableLog = 0; in HUF_readDTableX2() local
1939 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4() local
2274 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX6() local
Dzstd_v07.c865 U16 tableLog; member
1358 { U32 const tableLog = BITv07_highbit32(weightTotal) + 1; in HUFv07_readStats() local
1471 FSEv07_DTable* FSEv07_createDTable (unsigned tableLog) in FSEv07_createDTable()
1482 …able(FSEv07_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSEv07_buildDTable()
1679 unsigned tableLog; in FSEv07_decompress() local
1764 typedef struct { BYTE maxTableLog; BYTE tableType; BYTE tableLog; BYTE reserved; } DTableDesc; member
1784 U32 tableLog = 0; in HUFv07_readDTableX2() local
2146 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUFv07_readDTableX4() local
3441 { U32 tableLog; in ZSTDv07_buildSeqTable() local
Dzstd_v03.c706 U16 tableLog; member
1101 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
1431 unsigned tableLog; in FSE_decompress() local
1548 U32 tableLog; in HUF_readStats() local
1630 U32 tableLog = 0; in HUF_readDTableX2() local
1936 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4() local
Dzstd_v05.c995 U16 tableLog; member
1202 FSEv05_DTable* FSEv05_createDTable (unsigned tableLog) in FSEv05_createDTable()
1213 …able(FSEv05_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSEv05_buildDTable()
1516 unsigned tableLog; in FSEv05_decompress() local
1803 U32 tableLog; in HUFv05_readStats() local
1877 U32 tableLog = 0; in HUFv05_readDTableX2() local
2209 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUFv05_readDTableX4() local
Dzstd_v04.c879 U16 tableLog; member
1077 …dDTable(FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
1413 unsigned tableLog; in FSE_decompress() local
1701 U32 tableLog; in HUF_readStats() local
1783 U32 tableLog = 0; in HUF_readDTableX2() local
2087 U32 tableLog, maxW, sizeOfSort, nbSymbols; in HUF_readDTableX4() local
Dzstd_v01.c395 U16 tableLog; member
400 (FSE_DTable* dt, const short* normalizedCounter, unsigned maxSymbolValue, unsigned tableLog) in FSE_buildDTable()
907 unsigned tableLog; in FSE_decompress() local
/external/zstd/tests/
Ddecodecorpus.c860 const U32 tableLog = FSE_optimalTableLog(LLFSELog, nbSeq, max); in writeSequences() local
888 const U32 tableLog = FSE_optimalTableLog(OffFSELog, nbSeq, max); in writeSequences() local
918 const U32 tableLog = FSE_optimalTableLog(MLFSELog, nbSeq, max); in writeSequences() local
Dfuzzer.c2977 unsigned const tableLog = 5; in basicUnitTests() local