Module rustdct::mdct [] [src]

Algorithms for computing the Modified Discrete Cosine Transform

Modules

window_fn

Structs

IMDCTNaive

Naive O(n^2 ) IMDCT implementation

IMDCTViaDCT4

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

MDCTNaive

Naive O(n^2 ) MDCT implementation

MDCTViaDCT4

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

Traits

IMDCT

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

MDCT

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