|
FFmpeg
|
Walken IDCT Alternative IDCT implementation for decoding compatibility. More...
#include "config.h"#include "libavutil/attributes.h"#include "avcodec.h"#include "idctdsp.h"#include "xvididct.h"Functions | |
| void | ff_xvid_idct (int16_t *const in) |
| av_cold void | ff_xvid_idct_init (IDCTDSPContext *c, AVCodecContext *avctx) |
Walken IDCT Alternative IDCT implementation for decoding compatibility.
| #define BUTTERFLY | ( | a, | |
| b, | |||
| tmp | |||
| ) |
| #define LOAD_BUTTERFLY | ( | m1, | |
| m2, | |||
| a, | |||
| b, | |||
| tmp, | |||
| s | |||
| ) |
1.8.12