| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
static RDFTContext |
avcodec.av_rdft_init(int nbits,
int trans)
Set up a real FFT.
|
static 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(RDFTContext s,
float[] data) |
static void |
avcodec.av_rdft_calc(RDFTContext s,
float[] data) |
static void |
avcodec.av_rdft_calc(RDFTContext s,
FloatBuffer data) |
static void |
avcodec.av_rdft_calc(RDFTContext s,
FloatBuffer data) |
static void |
avcodec.av_rdft_calc(RDFTContext s,
FloatPointer data) |
static void |
avcodec.av_rdft_calc(RDFTContext s,
FloatPointer data) |
static void |
avcodec.av_rdft_end(RDFTContext s) |
static void |
avcodec.av_rdft_end(RDFTContext s) |
Copyright © 2023. All rights reserved.