FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_xvid_idct (int16_t *const in) |
void | ff_xvid_idct_init (IDCTDSPContext *c, AVCodecContext *avctx) |
void | ff_xvid_idct_init_x86 (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void | ff_xvid_idct_init_mips (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth) |
void ff_xvid_idct | ( | int16_t *const | in | ) |
Definition at line 291 of file xvididct.c.
Referenced by ff_xvid_idct_init(), xvid_idct_add(), and xvid_idct_put().
void ff_xvid_idct_init | ( | IDCTDSPContext * | c, |
AVCodecContext * | avctx | ||
) |
Definition at line 333 of file xvididct.c.
Referenced by ff_idctdsp_init().
void ff_xvid_idct_init_x86 | ( | IDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 55 of file xvididct_init.c.
Referenced by ff_xvid_idct_init().
void ff_xvid_idct_init_mips | ( | IDCTDSPContext * | c, |
AVCodecContext * | avctx, | ||
unsigned | high_bit_depth | ||
) |
Definition at line 39 of file xvididct_init_mips.c.
Referenced by ff_xvid_idct_init().