Home
last modified time | relevance | path

Searched refs:FSE_initCState (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/lib/zstd/
H A Dfse.h301 static void FSE_initCState(FSE_CState_t *CStatePtr, const FSE_CTable *ct);
323 FSE_initCState(&state, ct);
427 ZSTD_STATIC void FSE_initCState(FSE_CState_t *statePtr, const FSE_CTable *ct) in FSE_initCState() function
439 * Same as FSE_initCState(), but the first symbol to include (which will be the last to be read)
443 FSE_initCState(statePtr, ct); in FSE_initCState2()
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h381 static void FSE_initCState(FSE_CState_t* CStatePtr, const FSE_CTable* ct);
403 FSE_initCState(&state, ct);
511 MEM_STATIC void FSE_initCState(FSE_CState_t* statePtr, const FSE_CTable* ct) in FSE_initCState() function
524 * Same as FSE_initCState(), but the first symbol to include (which will be the last to be read)
528 FSE_initCState(statePtr, ct); in FSE_initCState2()
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_compress_sequences.c113 FSE_initCState(&cstate, ctable); in ZSTD_fseBitCost()
H A Dzstd_opt.c157 FSE_initCState(&llstate, optPtr->symbolCosts->fse.litlengthCTable); in ZSTD_rescaleFreqs()
169 FSE_initCState(&mlstate, optPtr->symbolCosts->fse.matchlengthCTable); in ZSTD_rescaleFreqs()
181 FSE_initCState(&ofstate, optPtr->symbolCosts->fse.offcodeCTable); in ZSTD_rescaleFreqs()

Completed in 6 milliseconds