pub fn serialize_sparse(coeffs: &[i16]) -> Vec<u8> ⓘ
Encode coefficients using sparse run-length encoding Format: [zero_count_varint] [non_zero_count] [values…]