pub fn count_bit(ix: &[i32], start: u32, end: u32, table: u32) -> i32
Count the number of bits necessary to code the subregion Corresponds to count_bit() in l3loop.c