[][src]Trait rustdct::Dst6And7

pub trait Dst6And7<T: DctNum>: Dst6<T> + Dst7<T> { }

A trait for algorithms that can compute both DST6 and DST7, all in one struct

Implementors

impl<T: DctNum> Dst6And7<T> for Dst6And7ConvertToFft<T>[src]

impl<T: DctNum> Dst6And7<T> for Dst6And7Naive<T>[src]

Loading content...