Libav
|
Go to the source code of this file.
Functions | |
void | ff_xvmc_init_block (MpegEncContext *s) |
void | ff_xvmc_pack_pblocks (MpegEncContext *s, int cbp) |
int | ff_xvmc_field_start (MpegEncContext *s, AVCodecContext *avctx) |
void | ff_xvmc_field_end (MpegEncContext *s) |
void | ff_xvmc_decode_mb (MpegEncContext *s) |
void ff_xvmc_init_block | ( | MpegEncContext * | s) |
Referenced by mpeg_decode_slice().
void ff_xvmc_pack_pblocks | ( | MpegEncContext * | s, |
int | cbp | ||
) |
Referenced by mpeg_decode_mb().
int ff_xvmc_field_start | ( | MpegEncContext * | s, |
AVCodecContext * | avctx | ||
) |
Referenced by ff_MPV_frame_start(), and mpeg_field_start().
void ff_xvmc_field_end | ( | MpegEncContext * | s) |
Referenced by ff_MPV_frame_end(), and slice_end().
void ff_xvmc_decode_mb | ( | MpegEncContext * | s) |
Referenced by MPV_decode_mb_internal().