Home
last modified time | relevance | path

Searched refs:ctable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_sequences.c46 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() argument
47 void const* ptr = ctable; in ZSTD_getFSEMaxSymbolValue()
105 FSE_CTable const* ctable, in ZSTD_fseBitCost() argument
113 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost()
114 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()
116 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()
H A Dzstd_compress_sequences.h48 FSE_CTable const* ctable,