pub fn mp3_huffman_decode_quad(
reader: &mut Mp3BitstreamReader<'_>,
table_b: bool,
) -> CodecResult<(i32, i32, i32, i32)>Expand description
Decode a quad (4 values) from count1 region using table A or B
pub fn mp3_huffman_decode_quad(
reader: &mut Mp3BitstreamReader<'_>,
table_b: bool,
) -> CodecResult<(i32, i32, i32, i32)>Decode a quad (4 values) from count1 region using table A or B