BETA_MIN
#define BETA_MIN (1<<6) /* 0.5 with shift << 7 */
#define BETA_MIN (BETA_SCALE/8) /* 0.125 */