| Package | Description |
|---|---|
| org.bytedeco.ffmpeg.global |
| Modifier and Type | Method and Description |
|---|---|
static DCTContext |
avcodec.av_dct_init(int nbits,
int type)
Set up DCT.
|
static DCTContext |
avcodec.av_dct_init(int nbits,
int type)
Set up DCT.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
avcodec.av_dct_calc(DCTContext s,
float[] data) |
static void |
avcodec.av_dct_calc(DCTContext s,
float[] data) |
static void |
avcodec.av_dct_calc(DCTContext s,
FloatBuffer data) |
static void |
avcodec.av_dct_calc(DCTContext s,
FloatBuffer data) |
static void |
avcodec.av_dct_calc(DCTContext s,
FloatPointer data) |
static void |
avcodec.av_dct_calc(DCTContext s,
FloatPointer data) |
static void |
avcodec.av_dct_end(DCTContext s) |
static void |
avcodec.av_dct_end(DCTContext s) |
Copyright © 2023. All rights reserved.