FFmpeg
|
#include "mpegvideo.h"
Go to the source code of this file.
Functions | |
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 | ff_h261_encode_init (MpegEncContext *s) |
H.261 encoder header.
Definition in file h261enc.h.
void ff_h261_reorder_mb_index | ( | MpegEncContext * | s | ) |
Definition at line 105 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 234 of file h261enc.c.
Referenced by encode_mb_internal().
void ff_h261_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 55 of file h261enc.c.
Referenced by encode_picture().
int ff_h261_encode_init | ( | MpegEncContext * | s | ) |
Definition at line 372 of file h261enc.c.
Referenced by ff_mpv_encode_init().