Module context_map_entropy

Source

Re-exportsยง

pub use super::ir_interpret::push_base;
pub use super::ir_interpret::Context;
pub use super::ir_interpret::IRInterpreter;

Structsยง

ContextMapEntropy
SpeedAndMax

Constantsยง

CONTEXT_MAP_PRIOR_SIZE ๐Ÿ”’
DEFAULT_CM_SPEED_INDEX ๐Ÿ”’
MAXES_TO_SEARCH ๐Ÿ”’
NIBBLE_PRIOR_SIZE ๐Ÿ”’
NUM_SPEEDS_TO_TRY ๐Ÿ”’
SINGLETON_CM_STRATEGY ๐Ÿ”’
SINGLETON_COMBINED_STRATEGY ๐Ÿ”’
SINGLETON_STRIDE_STRATEGY ๐Ÿ”’
SPEEDS_TO_SEARCH ๐Ÿ”’
STRIDE_PRIOR_SIZE ๐Ÿ”’

Functionsยง

compute_combined_cost ๐Ÿ”’
compute_cost ๐Ÿ”’
extract_single_cdf ๐Ÿ”’
get_cm_cdf_high ๐Ÿ”’
get_cm_cdf_low ๐Ÿ”’
get_stride_cdf_high ๐Ÿ”’
get_stride_cdf_low ๐Ÿ”’
init_cdfs ๐Ÿ”’
min_cost_index_for_speed ๐Ÿ”’
min_cost_speed_max ๐Ÿ”’
min_cost_value ๐Ÿ”’
speed_to_tuple
update_cdf ๐Ÿ”’