Rizin
unix-like reverse engineering framework and cli tools
|
Probability price table generator. More...
Go to the source code of this file.
Functions | |
static void | init_price_table (void) |
static void | print_price_table (void) |
int | main (void) |
Variables | |
static uint32_t | rc_prices [RC_PRICE_TABLE_SIZE] |
Probability price table generator.
Compiling: gcc -std=c99 -o price_tablegen price_tablegen.c
Definition in file price_tablegen.c.
|
static |
Definition at line 26 of file price_tablegen.c.
References i, RC_BIT_MODEL_TOTAL, RC_BIT_MODEL_TOTAL_BITS, RC_BIT_PRICE_SHIFT_BITS, RC_MOVE_REDUCING_BITS, rc_prices, UINT32_C, and w.
Referenced by main().
int main | ( | void | ) |
Definition at line 82 of file price_tablegen.c.
References init_price_table(), and print_price_table().
|
static |
Definition at line 55 of file price_tablegen.c.
References i, lzma_rc_prices, printf(), PRIu32, and rc_prices.
Referenced by main().
|
static |
Definition at line 22 of file price_tablegen.c.
Referenced by init_price_table(), and print_price_table().