| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.FFTContext |
avcodec.av_fft_init(int nbits,
int inverse)
Set up a complex FFT.
|
static avcodec.FFTContext |
avcodec.av_mdct_init(int nbits,
int inverse,
double scale) |
| 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_end(avcodec.FFTContext s) |
static void |
avcodec.av_fft_permute(avcodec.FFTContext s,
avcodec.FFTComplex z)
Do the permutation needed BEFORE calling ff_fft_calc().
|
static void |
avcodec.av_imdct_calc(avcodec.FFTContext s,
float[] output,
float[] input) |
static void |
avcodec.av_imdct_calc(avcodec.FFTContext s,
FloatBuffer output,
FloatBuffer input) |
static void |
avcodec.av_imdct_calc(avcodec.FFTContext s,
FloatPointer output,
FloatPointer input) |
static void |
avcodec.av_imdct_half(avcodec.FFTContext s,
float[] output,
float[] input) |
static void |
avcodec.av_imdct_half(avcodec.FFTContext s,
FloatBuffer output,
FloatBuffer input) |
static void |
avcodec.av_imdct_half(avcodec.FFTContext s,
FloatPointer output,
FloatPointer input) |
static void |
avcodec.av_mdct_calc(avcodec.FFTContext s,
float[] output,
float[] input) |
static void |
avcodec.av_mdct_calc(avcodec.FFTContext s,
FloatBuffer output,
FloatBuffer input) |
static void |
avcodec.av_mdct_calc(avcodec.FFTContext s,
FloatPointer output,
FloatPointer input) |
static void |
avcodec.av_mdct_end(avcodec.FFTContext s) |
Copyright © 2015. All Rights Reserved.