pub fn decode(
buf: &[u8],
reader: &mut BufferReader,
fs_ind: usize,
ne: usize,
side_info: &SideInfo,
n_ms: &FrameDuration,
x: &mut [i32],
) -> Result<ArithmeticData, ArithmeticDecodeError>
pub fn decode(
buf: &[u8],
reader: &mut BufferReader,
fs_ind: usize,
ne: usize,
side_info: &SideInfo,
n_ms: &FrameDuration,
x: &mut [i32],
) -> Result<ArithmeticData, ArithmeticDecodeError>