|
FFmpeg
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | Predictor |
| struct | RateControlEntry |
| struct | RateControlContext |
| rate control context. More... | |
Functions | |
| int | ff_rate_control_init (MPVMainEncContext *m) |
| float | ff_rate_estimate_qscale (MPVMainEncContext *m, int dry_run) |
| void | ff_write_pass1_stats (MPVMainEncContext *m) |
| int | ff_vbv_update (MPVMainEncContext *m, int frame_size) |
| void | ff_get_2pass_fcode (MPVMainEncContext *m) |
| void | ff_rate_control_uninit (RateControlContext *rcc) |
ratecontrol header.
Definition in file ratecontrol.h.
| int ff_rate_control_init | ( | MPVMainEncContext * | m | ) |
Definition at line 497 of file ratecontrol.c.
Referenced by encode_init(), and ff_mpv_encode_init().
| float ff_rate_estimate_qscale | ( | MPVMainEncContext * | m, |
| int | dry_run | ||
| ) |
Definition at line 912 of file ratecontrol.c.
Referenced by encode_frame(), estimate_qp(), and ratecontrol_1pass().
| void ff_write_pass1_stats | ( | MPVMainEncContext * | m | ) |
Definition at line 38 of file ratecontrol.c.
Referenced by encode_frame(), and ff_mpv_encode_picture().
| int ff_vbv_update | ( | MPVMainEncContext * | m, |
| int | frame_size | ||
| ) |
Definition at line 722 of file ratecontrol.c.
Referenced by ff_mpv_encode_picture(), init_pass2(), and set_bframe_chain_length().
| void ff_get_2pass_fcode | ( | MPVMainEncContext * | m | ) |
Definition at line 900 of file ratecontrol.c.
Referenced by encode_picture().
| void ff_rate_control_uninit | ( | RateControlContext * | rcc | ) |
Definition at line 711 of file ratecontrol.c.
Referenced by encode_end(), and ff_mpv_encode_end().
1.8.17