|
FFmpeg
|
Go to the source code of this file.
Functions | |
| const uint8_t(* | ff_h263_get_mv_penalty (void))[MAX_DMV *2+1] |
| void | ff_h263_encode_init (MPVMainEncContext *m) |
| void | ff_h263_mpeg4_reset_dc (MPVEncContext *s) |
| void | ff_h263_encode_gob_header (MPVEncContext *s, int mb_line) |
| void | ff_h263_encode_mba (MPVEncContext *s) |
| void | ff_clean_h263_qscales (MPVEncContext *s) |
| void | ff_h263_encode_motion (PutBitContext *pb, int val, int f_code) |
| void | ff_h263_update_mb (MPVEncContext *s) |
| static void | ff_h263_encode_motion_vector (MPVEncContext *s, int x, int y, int f_code) |
| static int | get_p_cbp (MPVEncContext *const s, int16_t block[6][64], int motion_x, int motion_y) |
| const uint8_t(* ff_h263_get_mv_penalty | ( | void | ) | )[MAX_DMV *2+1] |
Definition at line 147 of file ituh263enc.c.
Referenced by encode_init(), and svq1_encode_init().
| void ff_h263_encode_init | ( | MPVMainEncContext * | m | ) |
Referenced by ff_mpv_encode_init().
| void ff_h263_mpeg4_reset_dc | ( | MPVEncContext * | s | ) |
Referenced by encode_thread().
| void ff_h263_encode_gob_header | ( | MPVEncContext * | s, |
| int | mb_line | ||
| ) |
Referenced by encode_thread().
| void ff_h263_encode_mba | ( | MPVEncContext * | s | ) |
Referenced by ff_rv20_encode_picture_header().
| void ff_clean_h263_qscales | ( | MPVEncContext * | s | ) |
Referenced by estimate_qp(), and ff_clean_mpeg4_qscales().
| void ff_h263_encode_motion | ( | PutBitContext * | pb, |
| int | val, | ||
| int | f_code | ||
| ) |
Definition at line 156 of file ituh263enc.c.
Referenced by ff_h263_encode_motion_vector(), and svq1_encode_plane().
| void ff_h263_update_mb | ( | MPVEncContext * | s | ) |
Referenced by encode_thread().
|
inlinestatic |
Definition at line 39 of file h263enc.h.
Referenced by mpeg4_encode_mb().
|
inlinestatic |
Definition at line 46 of file h263enc.h.
Referenced by mpeg4_encode_mb().
1.8.17