FFmpeg
|
#include "mpegvideo.h"
Go to the source code of this file.
Functions | |
int | ff_h261_get_picture_format (int width, int height) |
void | ff_h261_reorder_mb_index (MpegEncContext *s) |
void | ff_h261_encode_mb (MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) |
void | ff_h261_encode_picture_header (MpegEncContext *s, int picture_number) |
void | ff_h261_encode_init (MpegEncContext *s) |
H.261 encoder header.
Definition in file h261enc.h.
Definition at line 51 of file h261enc.c.
Referenced by ff_h261_encode_picture_header(), ff_h261_reorder_mb_index(), ff_mpv_encode_init(), and h261_encode_gob_header().
void ff_h261_reorder_mb_index | ( | MpegEncContext * | s | ) |
Definition at line 119 of file h261enc.c.
Referenced by encode_thread().
void ff_h261_encode_mb | ( | MpegEncContext * | s, |
int16_t | block[6][64], | ||
int | motion_x, | ||
int | motion_y | ||
) |
Definition at line 247 of file h261enc.c.
Referenced by encode_mb_internal().
void ff_h261_encode_picture_header | ( | MpegEncContext * | s, |
int | picture_number | ||
) |
Definition at line 64 of file h261enc.c.
Referenced by encode_picture().
void ff_h261_encode_init | ( | MpegEncContext * | s | ) |
Definition at line 385 of file h261enc.c.
Referenced by ff_mpv_encode_init().