const DELTA_RUN_COUNT_MASK: u8 = 0x3F;
Mask for the low 6 bits to provide the number of delta values in the run, minus one.