Struct rustdct::algorithm::type2and3_butterflies::Type2And3Butterfly8[][src]

pub struct Type2And3Butterfly8<T> { /* fields omitted */ }

Methods

impl<T: DCTnum> Type2And3Butterfly8<T>
[src]

Trait Implementations

impl<T: DCTnum> DCT2<T> for Type2And3Butterfly8<T>
[src]

Computes the DCT Type 2 on the input buffer and places the result in the output buffer. Read more

impl<T: DCTnum> DCT3<T> for Type2And3Butterfly8<T>
[src]

Computes the DCT Type 3 on the input buffer and places the result in the output buffer. Read more

impl<T: DCTnum> DST2<T> for Type2And3Butterfly8<T>
[src]

Computes the DST Type 2 on the input buffer and places the result in the output buffer. Read more

impl<T: DCTnum> DST3<T> for Type2And3Butterfly8<T>
[src]

Computes the DST Type 3 on the input buffer and places the result in the output buffer. Read more

impl<T: DCTnum> Type2And3<T> for Type2And3Butterfly8<T>
[src]

impl<T> Length for Type2And3Butterfly8<T>
[src]

The FFT size that this algorithm can process

Auto Trait Implementations

impl<T> Send for Type2And3Butterfly8<T> where
    T: Send

impl<T> Sync for Type2And3Butterfly8<T> where
    T: Sync