|
FFmpeg
|
#include "mpegvideo.h"Go to the source code of this file.
Functions | |
| int | ff_wmv2_encode_picture_header (MpegEncContext *s) |
| void | ff_wmv2_encode_mb (MpegEncContext *s, int16_t block[6][64], int motion_x, int motion_y) |
| int ff_wmv2_encode_picture_header | ( | MpegEncContext * | s | ) |
Definition at line 96 of file wmv2enc.c.
Referenced by encode_picture().
| void ff_wmv2_encode_mb | ( | MpegEncContext * | s, |
| int16_t | block[6][64], | ||
| int | motion_x, | ||
| int | motion_y | ||
| ) |
Definition at line 169 of file wmv2enc.c.
Referenced by encode_mb_internal().
1.8.17