Lines Matching defs:tableLog
68 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()
691 …t, size_t dstCapacity, const void* src, size_t srcSize, unsigned maxSymbolValue, unsigned tableLog) in FSE_compress2()