Searched refs:ctable (Results 1 – 3 of 3) sorted by relevance
46 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() argument47 void const* ptr = ctable; in ZSTD_getFSEMaxSymbolValue()103 FSE_CTable const* ctable, in ZSTD_fseBitCost() argument111 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost()112 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()114 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()
48 FSE_CTable const* ctable,
11261 FSE_CTable const* ctable,11300 static unsigned ZSTD_getFSEMaxSymbolValue(FSE_CTable const* ctable) { in ZSTD_getFSEMaxSymbolValue() argument11301 void const* ptr = ctable; in ZSTD_getFSEMaxSymbolValue()11344 FSE_CTable const* ctable, in ZSTD_fseBitCost() argument11352 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost()11353 if (ZSTD_getFSEMaxSymbolValue(ctable) < max) { in ZSTD_fseBitCost()11355 ZSTD_getFSEMaxSymbolValue(ctable), max); in ZSTD_fseBitCost()