pub fn note(f: Family, units: u64)Expand description
Record that f processed units of work (pixels, unless noted).
Called from each family’s dispatcher before its is_off early-return, so
the count reflects what the bitstream asks for, not what SIMD handled.