| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
static FFTContext |
avcodec.av_fft_init(int nbits,
int inverse)
Set up a complex FFT.
|
static FFTContext |
avcodec.av_fft_init(int nbits,
int inverse)
Set up a complex FFT.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_fft_calc(FFTContext s,
FFTComplex z)
Do a complex FFT with the parameters defined in av_fft_init().
|
static void |
avcodec.av_fft_calc(FFTContext s,
FFTComplex z)
Do a complex FFT with the parameters defined in av_fft_init().
|
static void |
avcodec.av_fft_end(FFTContext s) |
static void |
avcodec.av_fft_end(FFTContext s) |
static void |
avcodec.av_fft_permute(FFTContext s,
FFTComplex z)
Do the permutation needed BEFORE calling ff_fft_calc().
|
static void |
avcodec.av_fft_permute(FFTContext s,
FFTComplex z)
Do the permutation needed BEFORE calling ff_fft_calc().
|
Copyright © 2023. All rights reserved.