Skip to main content

dct8x8_blocks_then_dwt53_float

Function dct8x8_blocks_then_dwt53_float 

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

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