FFmpeg
|
Go to the source code of this file.
Macros | |
#define | FF_ASPECT_EXTENDED 15 |
#define | H263_GOB_HEIGHT(h) ((h) <= 400 ? 1 : (h) <= 800 ? 2 : 4) |
Functions | |
av_const int | ff_h263_aspect_to_info (AVRational aspect) |
Return the 4 bit value that specifies the given aspect ratio. More... | |
int16_t * | ff_h263_pred_motion (MpegEncContext *s, int block, int dir, int *px, int *py) |
void | ff_h263_init_rl_inter (void) |
void | ff_h263_update_motion_val (MpegEncContext *s) |
void | ff_h263_loop_filter (MpegEncContext *s) |
av_const int ff_h263_aspect_to_info | ( | AVRational | aspect | ) |
Return the 4 bit value that specifies the given aspect ratio.
This may be one of the standard aspect ratios or it specifies that the aspect will be stored explicitly later.
Definition at line 94 of file ituh263enc.c.
Referenced by ff_h263_encode_picture_header(), and mpeg4_encode_vol_header().
int16_t* ff_h263_pred_motion | ( | MpegEncContext * | s, |
int | block, | ||
int | dir, | ||
int * | px, | ||
int * | py | ||
) |
Definition at line 190 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().
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(), encode_thread(), and rv10_decode_packet().
void ff_h263_loop_filter | ( | MpegEncContext * | s | ) |
Definition at line 105 of file h263.c.
Referenced by decode_slice(), encode_thread(), and rv10_decode_packet().