[][src]Trait rustdct::Dct6And7

pub trait Dct6And7<T: DctNum>: Dct6<T> + Dct7<T> { }

A trait for algorithms that can compute both DCT6 and DCT7, all in one struct

Implementors

impl<T: DctNum> Dct6And7<T> for Dct6And7Naive<T>[src]

Loading content...