Lines Matching refs:tableLog
107 FSE_PUBLIC_API size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigne…
112 FSE_PUBLIC_API size_t FSE_NCountWriteBound(unsigned maxSymbolValue, unsigned tableLog);
118 …er, size_t bufferSize, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog);
190 … *dt, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *workspace,…
276 … *ct, const short *normalizedCounter, unsigned maxSymbolValue, unsigned tableLog, void *workSpace,…
431 const U32 tableLog = ZSTD_read16(ptr); in FSE_initCState() local
432 statePtr->value = (ptrdiff_t)1 << tableLog; in FSE_initCState()
434 statePtr->symbolTT = ((const U32 *)ct + 1 + (tableLog ? (1 << (tableLog - 1)) : 1)); in FSE_initCState()
435 statePtr->stateLog = tableLog; in FSE_initCState()
471 U16 tableLog; member
485 DStatePtr->state = BIT_readBits(bitD, DTableH->tableLog); in FSE_initDState()