Skip to main content

dct8x8_blocks_then_dwt97_float

Function dct8x8_blocks_then_dwt97_float 

Source
pub fn dct8x8_blocks_then_dwt97_float(
    blocks: &[[[f64; 8]; 8]],
    block_cols: usize,
    block_rows: usize,
    width: usize,
    height: usize,
) -> Result<Dwt97TwoDimensional<f64>, DctTransformError>
Expand description

Reference path for a DCT block grid: DCT coefficients -> float IDCT samples -> separable linearized 9/7.