[][src]Module rustdct::mdct

Algorithms for computing the Modified Discrete Cosine Transform

Modules

window_fn

Structs

MDCTNaive

Naive O(n^2 ) MDCT implementation

MDCTViaDCT4

MDCT implementation that converts the problem to a DCT Type 4 of the same size.

Traits

MDCT

An umbrella trait for algorithms which compute the Modified Discrete Cosine Transform (MDCT)