#include <avdct.h>
AVDCT context.
Definition at line 30 of file avdct.h.
Referenced by avcodec_dct_alloc().
IDCT input permutation.
Several optimized IDCTs need a permutated input (relative to the normal order of the reference IDCT). This permutation must be performed before the idct_put/add. Note, normally this can be merged with the zigzag/alternate scan
An example to avoid confusion:
Definition at line 48 of file avdct.h.
Referenced by filter().
DCT algorithm.
must use AVOptions to set this field.
Definition at line 57 of file avdct.h.
Referenced by avcodec_dct_init().
IDCT algorithm.
must use AVOptions to set this field.
Definition at line 63 of file avdct.h.
Referenced by avcodec_dct_init().
Definition at line 69 of file avdct.h.
Referenced by avcodec_dct_init().