Function report |
Source Code:lib\xz\xz_dec_lzma2.c |
Create Date:2022-07-28 07:08:36 |
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
| home page | Tree |
| Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Read the next input byte if needed.
Proto:static __always_inline void rc_normalize(struct rc_dec *rc)
Type:void
Parameter:
| Type | Parameter | Name |
|---|---|---|
| struct rc_dec * | rc |
| 480 | If range < RC_TOP_VALUE Then |
| 481 | range <<= Range coder constants |
| Name | Describe |
|---|---|
| rc_bit | Decode one bit. In some versions, this function has been splitted in three* functions so that the compiler is supposed to be able to more easily avoid* an extra branch. In this particular version of the LZMA decoder, this |
| rc_direct | Decode direct bits (fixed fifty-fifty probability) |
| lzma_main | LZMA decoder core |
| 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 |