| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
static RDFTContext |
avcodec.av_rdft_init(int nbits,
int trans)
Deprecated.
use av_tx_init from libavutil/tx.h with a type of AV_TX_FLOAT_RDFT
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_rdft_calc(RDFTContext s,
float[] data)
Deprecated.
|
static void |
avcodec.av_rdft_calc(RDFTContext s,
FloatBuffer data)
Deprecated.
|
static void |
avcodec.av_rdft_calc(RDFTContext s,
FloatPointer data)
Deprecated.
|
static void |
avcodec.av_rdft_end(RDFTContext s)
Deprecated.
|
Copyright © 2024. All rights reserved.