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