Home
last modified time | relevance | path

Searched refs:symbolValue (Results 1 – 13 of 13) sorted by relevance

/f-stack/freebsd/contrib/zstd/lib/common/
H A Dfse.h333 size_t FSE_buildCTable_rle (FSE_CTable* ct, unsigned char symbolValue);
352 size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
560 MEM_STATIC U32 FSE_getMaxNbBits(const void* symbolTTPtr, U32 symbolValue) in FSE_getMaxNbBits() argument
563 return (symbolTT[symbolValue].deltaNbBits + ((1<<16)-1)) >> 16; in FSE_getMaxNbBits()
570 MEM_STATIC U32 FSE_bitCost(const void* symbolTTPtr, U32 tableLog, U32 symbolValue, U32 accuracyLog) in FSE_bitCost() argument
573 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost()
578 U32 const deltaFromThreshold = threshold - (symbolTT[symbolValue].deltaNbBits + tableSize); in FSE_bitCost()
581 assert(symbolTT[symbolValue].deltaNbBits + tableSize <= threshold); in FSE_bitCost()
H A Dfse_decompress.c187 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
198 cell->symbol = symbolValue; in FSE_buildDTable_rle()
H A Dhuf.h255 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue);
/f-stack/freebsd/contrib/zstd/lib/compress/
H A Dfse_compress.c534 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() argument
543 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle()
550 symbolTT[symbolValue].deltaNbBits = 0; in FSE_buildCTable_rle()
551 symbolTT[symbolValue].deltaFindState = 0; in FSE_buildCTable_rle()
H A Dhuf_compress.c193 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) in HUF_getNbBits() argument
196 assert(symbolValue <= HUF_SYMBOLVALUE_MAX); in HUF_getNbBits()
197 return table[symbolValue].nbBits; in HUF_getNbBits()
/f-stack/freebsd/contrib/zstd/lib/legacy/
H A Dzstd_v03.c671 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
1299 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
1309 cell->symbol = symbolValue; in FSE_buildDTable_rle()
H A Dzstd_v01.c598 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
608 cell->symbol = symbolValue; in FSE_buildDTable_rle()
H A Dzstd_v04.c844 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
1276 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
1287 cell->symbol = symbolValue; in FSE_buildDTable_rle()
H A Dzstd_v02.c669 static size_t FSE_buildDTable_rle (FSE_DTable* dt, unsigned char symbolValue);
1298 static size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
1308 cell->symbol = symbolValue; in FSE_buildDTable_rle()
H A Dzstd_v06.c1067 size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, unsigned char symbolValue);
1527 size_t FSEv06_buildDTable_rle (FSEv06_DTable* dt, BYTE symbolValue) in FSEv06_buildDTable_rle() argument
1538 cell->symbol = symbolValue; in FSEv06_buildDTable_rle()
H A Dzstd_v05.c959 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, unsigned char symbolValue);
1384 size_t FSEv05_buildDTable_rle (FSEv05_DTable* dt, BYTE symbolValue) in FSEv05_buildDTable_rle() argument
1395 cell->symbol = symbolValue; in FSEv05_buildDTable_rle()
H A Dzstd_v07.c834 size_t FSEv07_buildDTable_rle (FSEv07_DTable* dt, unsigned char symbolValue);
1547 size_t FSEv07_buildDTable_rle (FSEv07_DTable* dt, BYTE symbolValue) in FSEv07_buildDTable_rle() argument
1558 cell->symbol = symbolValue; in FSEv07_buildDTable_rle()
/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.c2016 U32 const minNbBits = symbolTT[symbolValue].deltaNbBits >> 16; in FSE_bitCost()
2396 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue);
2885 size_t FSE_buildDTable_rle (FSE_DTable* dt, BYTE symbolValue) in FSE_buildDTable_rle() argument
2896 cell->symbol = symbolValue; in FSE_buildDTable_rle()
8010 size_t FSE_buildCTable_rle (FSE_CTable* ct, BYTE symbolValue) in FSE_buildCTable_rle() argument
8019 tableU16[-1] = (U16) symbolValue; in FSE_buildCTable_rle()
8026 symbolTT[symbolValue].deltaNbBits = 0; in FSE_buildCTable_rle()
8027 symbolTT[symbolValue].deltaFindState = 0; in FSE_buildCTable_rle()
8564 U32 HUF_getNbBits(const void* symbolTable, U32 symbolValue) in HUF_getNbBits() argument
8567 assert(symbolValue <= HUF_SYMBOLVALUE_MAX); in HUF_getNbBits()
[all …]