FFmpeg
Functions
wmv2enc.h File Reference
#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)
 

Function Documentation

◆ ff_wmv2_encode_picture_header()

int ff_wmv2_encode_picture_header ( MpegEncContext s)

Definition at line 97 of file wmv2enc.c.

Referenced by encode_picture().

◆ ff_wmv2_encode_mb()

void ff_wmv2_encode_mb ( MpegEncContext s,
int16_t  block[6][64],
int  motion_x,
int  motion_y 
)

Definition at line 170 of file wmv2enc.c.

Referenced by encode_mb_internal().