FFmpeg
|
Go to the source code of this file.
Functions | |
void | ff_mpeg1_init_uni_ac_vlc (const RLTable *rl, uint8_t *uni_ac_vlc_len) |
void | ff_mpeg1_encode_picture_header (MpegEncContext *s, int picture_number) |
void | ff_mpeg1_encode_mb (MpegEncContext *s, int16_t block[8][64], int motion_x, int motion_y) |
void | ff_mpeg1_encode_init (MpegEncContext *s) |
void | ff_mpeg1_encode_slice_header (MpegEncContext *s) |
void ff_mpeg1_init_uni_ac_vlc | ( | const RLTable * | rl, |
uint8_t * | uni_ac_vlc_len | ||
) |
Definition at line 89 of file mpeg12enc.c.
Referenced by speedhq_init_static_data().
void ff_mpeg1_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Referenced by encode_picture().
void ff_mpeg1_encode_mb | ( | MpegEncContext * | s, |
int16_t | block[8][64], | ||
int | motion_x, | ||
int | motion_y | ||
) |
Referenced by encode_mb_internal().
void ff_mpeg1_encode_init | ( | MpegEncContext * | s | ) |
Referenced by ff_mpv_encode_init().
void ff_mpeg1_encode_slice_header | ( | MpegEncContext * | s | ) |
Referenced by encode_thread().