FFmpeg
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
mpeg4video.h File Reference
#include <stdint.h>
#include "mpegvideo.h"

Go to the source code of this file.

Functions

void ff_mpeg4_clean_buffers (MpegEncContext *s)
 
int ff_mpeg4_get_video_packet_prefix_length (MpegEncContext *s)
 
void ff_mpeg4_init_direct_mv (MpegEncContext *s)
 
int ff_mpeg4_set_direct_mv (MpegEncContext *s, int mx, int my)
 
static int ff_mpeg4_pred_dc (MpegEncContext *s, int n, int *dir_ptr)
 Predict the dc. More...
 

Function Documentation

◆ ff_mpeg4_clean_buffers()

void ff_mpeg4_clean_buffers ( MpegEncContext s)

Definition at line 57 of file mpeg4video.c.

Referenced by encode_thread(), ff_h263_decode_frame(), and ff_msmpeg4_handle_slices().

◆ ff_mpeg4_get_video_packet_prefix_length()

int ff_mpeg4_get_video_packet_prefix_length ( MpegEncContext s)

◆ ff_mpeg4_init_direct_mv()

void ff_mpeg4_init_direct_mv ( MpegEncContext s)

◆ ff_mpeg4_set_direct_mv()

int ff_mpeg4_set_direct_mv ( MpegEncContext s,
int  mx,
int  my 
)
Returns
the mb_type

Definition at line 129 of file mpeg4video.c.

Referenced by encode_thread(), and mpeg4_decode_mb().

◆ ff_mpeg4_pred_dc()

static int ff_mpeg4_pred_dc ( MpegEncContext s,
int  n,
int *  dir_ptr 
)
inlinestatic

Predict the dc.

Parameters
nblock index (0-3 are luma, 4-5 are chroma)
dir_ptrpointer to an integer where the prediction direction will be stored

Definition at line 44 of file mpeg4video.h.

Referenced by mpeg4_decode_block(), mpeg4_decode_dc(), and mpeg4_encode_mb().