| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
static avcodec.RDFTContext |
avcodec.av_rdft_init(int nbits,
int trans)
Set up a real FFT.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_rdft_calc(avcodec.RDFTContext s,
float[] data) |
static void |
avcodec.av_rdft_calc(avcodec.RDFTContext s,
FloatBuffer data) |
static void |
avcodec.av_rdft_calc(avcodec.RDFTContext s,
FloatPointer data) |
static void |
avcodec.av_rdft_end(avcodec.RDFTContext s) |
Copyright © 2015. All Rights Reserved.