Function report |
Source Code:lib\zstd\fse.h |
Create Date:2022-07-28 07:01:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:! FSE_initCState2() :* Same as FSE_initCState(), but the first symbol to include (which will be the last to be read)* uses the smallest state value possible, saving the cost of this symbol
Proto:ZSTD_STATIC void FSE_initCState2(FSE_CState_t *statePtr, const FSE_CTable *ct, U32 symbol)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
FSE_CState_t * | statePtr | |
const FSE_CTable * | ct | |
U32 | symbol |
443 | FSE_initCState(statePtr, ct) |
445 | const FSE_symbolCompressionTransform symbolTT = ) |
446 | stateTable = stateTable |
447 | nbBitsOut = deltaNbBits + (1 << 15) >> 16 |
448 | value = (nbBitsOut << 16) - deltaNbBits |
449 | value = stateTable[(value >> nbBitsOut) + deltaFindState] |
Name | Describe |
---|---|
FSE_compress_usingCTable_generic | |
ZSTD_compressSequences_internal |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |