⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

mp3_huffman_decode_quad

Function mp3_huffman_decode_quad 

Source
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