Searched refs:ZSTD_getFSEMaxSymbolValue (Results 1 – 2 of 2) sorted by relevance
46 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() function112 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()114 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()
11300 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() function11353 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()11355 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()