Trait rustdct::TransformType4[][src]

pub trait TransformType4<T: DctNum>: Dct4<T> + Dst4<T> { }
Expand description

A trait for algorithms that can compute both DCT4 and DST4, all in one struct

Implementors