FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_mpeg4_clean_buffers (MpegEncContext *s) |
int | ff_mpeg4_get_video_packet_prefix_length (MpegEncContext *s) |
void | ff_mpeg4_init_direct_mv (MpegEncContext *s) |
int | ff_mpeg4_set_direct_mv (MpegEncContext *s, int mx, int my) |
static int | ff_mpeg4_pred_dc (MpegEncContext *s, int n, int *dir_ptr) |
Predict the dc. More... | |
void ff_mpeg4_clean_buffers | ( | MpegEncContext * | s | ) |
Definition at line 57 of file mpeg4video.c.
Referenced by encode_thread(), ff_h263_decode_frame(), and ff_msmpeg4_handle_slices().
int ff_mpeg4_get_video_packet_prefix_length | ( | MpegEncContext * | s | ) |
Definition at line 42 of file mpeg4video.c.
Referenced by ff_mpeg4_decode_video_packet_header(), ff_mpeg4_encode_video_packet_header(), and mpeg4_is_resync().
void ff_mpeg4_init_direct_mv | ( | MpegEncContext * | s | ) |
Definition at line 83 of file mpeg4video.c.
Referenced by decode_vop_header(), ff_h263_decode_picture_header(), ff_set_mpeg4_time(), and rv20_decode_picture_header().
int ff_mpeg4_set_direct_mv | ( | MpegEncContext * | s, |
int | mx, | ||
int | my | ||
) |
Definition at line 129 of file mpeg4video.c.
Referenced by encode_thread(), and mpeg4_decode_mb().
|
inlinestatic |
Predict the dc.
n | block index (0-3 are luma, 4-5 are chroma) |
dir_ptr | pointer to an integer where the prediction direction will be stored |
Definition at line 44 of file mpeg4video.h.
Referenced by mpeg4_decode_block(), mpeg4_decode_dc(), and mpeg4_encode_mb().