pub(crate) fn quant_rows(
reader: &mut Reader<'_>,
qd: &QuantizationDescriptor,
) -> Vec<Row>Expand description
Renders the decoded quantization descriptor: the 4-byte header plus the per-scheme fields
(byte-accurate to quantization/*.md).