| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
avcodec.FFTComplex |
avcodec.FFTComplex.im(float im) |
avcodec.FFTComplex |
avcodec.FFTComplex.position(int position) |
avcodec.FFTComplex |
avcodec.FFTComplex.re(float re) |
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_fft_calc(avcodec.FFTContext s,
avcodec.FFTComplex z)
Do a complex FFT with the parameters defined in av_fft_init().
|
static void |
avcodec.av_fft_permute(avcodec.FFTContext s,
avcodec.FFTComplex z)
Do the permutation needed BEFORE calling ff_fft_calc().
|
Copyright © 2015. All Rights Reserved.