| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.avcodec | |
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
FFTComplex |
FFTComplex.getPointer(long i) |
FFTComplex |
FFTComplex.getPointer(long i) |
FFTComplex |
FFTComplex.im(float setter) |
FFTComplex |
FFTComplex.im(float setter) |
FFTComplex |
FFTComplex.position(long position) |
FFTComplex |
FFTComplex.position(long position) |
FFTComplex |
FFTComplex.re(float setter) |
FFTComplex |
FFTComplex.re(float setter) |
| 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_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.