ffmpeg4d ~master (2019-03-09T23:21:58Z)
Dub
Repo
av_fft_permute
ffmpeg
libavcodec
avfft
Do the permutation needed BEFORE calling ff_fft_calc().
extern (
C
) @
nogc
nothrow
void
av_fft_permute
(
FFTContext
*
s
,
FFTComplex
*
z
)
Meta
Source
See Implementation
ffmpeg
libavcodec
avfft
aliases
FFTSample
enums
DCTTransformType
RDFTransformType
functions
av_dct_calc
av_dct_end
av_dct_init
av_fft_calc
av_fft_end
av_fft_init
av_fft_permute
av_imdct_calc
av_imdct_half
av_mdct_calc
av_mdct_end
av_mdct_init
av_rdft_calc
av_rdft_end
av_rdft_init
structs
DCTContext
FFTComplex
FFTContext
RDFTContext
Do the permutation needed BEFORE calling ff_fft_calc().