FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
h263.c File Reference

h263/mpeg4 codec. More...

#include <limits.h>
#include "avcodec.h"
#include "mpegvideo.h"
#include "h263.h"
#include "h263data.h"
#include "mathops.h"
#include "mpegutils.h"
#include "unary.h"
#include "flv.h"
#include "mpeg4video.h"

Go to the source code of this file.

Functions

void ff_h263_update_motion_val (MpegEncContext *s)
 
int ff_h263_pred_dc (MpegEncContext *s, int n, int16_t **dc_val_ptr)
 
void ff_h263_loop_filter (MpegEncContext *s)
 
void ff_h263_pred_acdc (MpegEncContext *s, int16_t *block, int n)
 
int16_t * ff_h263_pred_motion (MpegEncContext *s, int block, int dir, int *px, int *py)
 

Detailed Description

h263/mpeg4 codec.

Definition in file h263.c.

Function Documentation

void ff_h263_update_motion_val ( MpegEncContext s)

Definition at line 43 of file h263.c.

Referenced by decode_slice(), encode_thread(), and rv10_decode_packet().

int ff_h263_pred_dc ( MpegEncContext s,
int  n,
int16_t **  dc_val_ptr 
)

Definition at line 95 of file h263.c.

Referenced by ff_h263_encode_mb().

void ff_h263_loop_filter ( MpegEncContext s)

Definition at line 136 of file h263.c.

Referenced by decode_slice(), encode_thread(), and rv10_decode_packet().

void ff_h263_pred_acdc ( MpegEncContext s,
int16_t *  block,
int  n 
)

Definition at line 223 of file h263.c.

Referenced by h263_decode_block().

int16_t* ff_h263_pred_motion ( MpegEncContext s,
int  block,
int  dir,
int *  px,
int *  py 
)