FFmpeg
|
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/x86/cpu.h"
#include "libavcodec/idctdsp.h"
#include "libavcodec/xvididct.h"
#include "xvididct.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_xvid_idct_init_x86 (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
av_cold void ff_xvid_idct_init_x86 | ( | IDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 28 of file xvididct_init.c.
Referenced by ff_xvid_idct_init().