|
FFmpeg
|
Go to the source code of this file.
Functions | |
| void | ff_mpeg4_encode_mb (MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) |
| void | ff_set_mpeg4_time (MpegEncContext *s) |
| int | ff_mpeg4_encode_picture_header (MpegEncContext *s) |
| void | ff_mpeg4_encode_video_packet_header (MpegEncContext *s) |
| void | ff_mpeg4_stuffing (PutBitContext *pbc) |
| add MPEG-4 stuffing bits (01...1) More... | |
| void | ff_mpeg4_init_partitions (MpegEncContext *s) |
| void | ff_mpeg4_merge_partitions (MpegEncContext *s) |
| void | ff_clean_mpeg4_qscales (MpegEncContext *s) |
| modify mb_type & qscale so that encoding is actually possible in MPEG-4 More... | |
| void ff_mpeg4_encode_mb | ( | MpegEncContext * | s, |
| int16_t | block[6][64], | ||
| int | motion_x, | ||
| int | motion_y | ||
| ) |
Definition at line 484 of file mpeg4videoenc.c.
Referenced by encode_mb_internal().
| void ff_set_mpeg4_time | ( | MpegEncContext * | s | ) |
Definition at line 874 of file mpeg4videoenc.c.
Referenced by encode_picture().
| int ff_mpeg4_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 1059 of file mpeg4videoenc.c.
Referenced by encode_picture().
| void ff_mpeg4_encode_video_packet_header | ( | MpegEncContext * | s | ) |
Definition at line 1363 of file mpeg4videoenc.c.
Referenced by encode_thread().
| void ff_mpeg4_stuffing | ( | PutBitContext * | pbc | ) |
add MPEG-4 stuffing bits (01...1)
Definition at line 864 of file mpeg4videoenc.c.
Referenced by mpeg4_encode_gop_header(), mpeg4_encode_visual_object_header(), mpeg4_encode_vol_header(), and write_slice_end().
| void ff_mpeg4_init_partitions | ( | MpegEncContext * | s | ) |
Definition at line 1324 of file mpeg4videoenc.c.
Referenced by encode_thread().
| void ff_mpeg4_merge_partitions | ( | MpegEncContext * | s | ) |
Definition at line 1337 of file mpeg4videoenc.c.
Referenced by write_slice_end().
| void ff_clean_mpeg4_qscales | ( | MpegEncContext * | s | ) |
modify mb_type & qscale so that encoding is actually possible in MPEG-4
Definition at line 222 of file mpeg4videoenc.c.
Referenced by estimate_qp().
1.8.17