Skip to main content

quant_partition

Function quant_partition 

Source
pub fn quant_partition(
    ctx: &mut BandCtx<'_>,
    x: &mut [f32],
    n: usize,
    b: i32,
    b_blocks: i32,
    lowband: Option<&mut [f32]>,
    lm: i32,
    gain: f32,
    fill: u32,
) -> u32