FFmpeg
|
#include "libavutil/thread.h"
#include "mpegvideo.h"
#include "h263.h"
#include "h263data.h"
#include "h263dsp.h"
#include "idctdsp.h"
#include "mathops.h"
#include "mpegpicture.h"
#include "mpegutils.h"
#include "rl.h"
Go to the source code of this file.
Functions | |
static av_cold void | h263_init_rl_inter (void) |
av_cold void | ff_h263_init_rl_inter (void) |
void | ff_h263_update_motion_val (MpegEncContext *s) |
void | ff_h263_loop_filter (MpegEncContext *s) |
int16_t * | ff_h263_pred_motion (MpegEncContext *s, int block, int dir, int *px, int *py) |
H.263/MPEG-4 codec.
Definition in file h263.c.
|
static |
Definition at line 41 of file h263.c.
Referenced by ff_h263_init_rl_inter().
av_cold void ff_h263_init_rl_inter | ( | void | ) |
Definition at line 47 of file h263.c.
Referenced by h263_decode_init_vlc(), and h263_encode_init_static().
void ff_h263_update_motion_val | ( | MpegEncContext * | s | ) |
Definition at line 53 of file h263.c.
Referenced by decode_slice(), ff_h263_update_mb(), and rv10_decode_packet().
void ff_h263_loop_filter | ( | MpegEncContext * | s | ) |
Definition at line 94 of file h263.c.
Referenced by decode_slice(), encode_thread(), and rv10_decode_packet().
int16_t* ff_h263_pred_motion | ( | MpegEncContext * | s, |
int | block, | ||
int | dir, | ||
int * | px, | ||
int * | py | ||
) |
Definition at line 179 of file h263.c.
Referenced by ff_h263_decode_mb(), ff_h263_encode_mb(), ff_mpeg4_encode_mb(), ff_msmpeg4_encode_mb(), ff_wmv2_encode_mb(), mpeg4_decode_mb(), mpeg4_decode_partition_a(), msmpeg4v12_decode_mb(), msmpeg4v34_decode_mb(), preview_obmc(), svq1_encode_plane(), and write_mb_info().