Function report |
Source Code:lib\zstd\fse.h |
Create Date:2022-07-28 07:01:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:FSE_encodeSymbol
Proto:ZSTD_STATIC void FSE_encodeSymbol(BIT_CStream_t *bitC, FSE_CState_t *statePtr, U32 symbol)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
BIT_CStream_t * | bitC | |
FSE_CState_t * | statePtr | |
U32 | symbol |
455 | const FSE_symbolCompressionTransform symbolTT = ) |
456 | stateTable = stateTable |
457 | nbBitsOut = value + deltaNbBits >> 16 |
458 | BIT_addBits(bitC, value, nbBitsOut) |
459 | 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 |