pub fn quantize_subband_reference(
coefficients: &[f32],
step_exponent: u16,
step_mantissa: u16,
range_bits: u8,
reversible: bool,
) -> Vec<i32>Expand description
Adapter scalar sub-band quantization reference for backend stage parity.