Function idct_avx2

Source
pub fn idct_avx2(
    in_vector: &mut [i32; 64],
    out_vector: &mut [i16],
    stride: usize,
)
Expand description

ยงSAFETY

It is the responsibility of the CALLER to ensure that this function is called in contexts where the CPU supports it

For documentation see module docs.