| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
static DCTContext |
avcodec.av_dct_init(int nbits,
int type)
Deprecated.
use av_tx_init from libavutil/tx.h with an appropriate type of AV_TX_FLOAT_DCT
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_dct_calc(DCTContext s,
float[] data)
Deprecated.
|
static void |
avcodec.av_dct_calc(DCTContext s,
FloatBuffer data)
Deprecated.
|
static void |
avcodec.av_dct_calc(DCTContext s,
FloatPointer data)
Deprecated.
|
static void |
avcodec.av_dct_end(DCTContext s)
Deprecated.
|
Copyright © 2024. All rights reserved.