|
WebM Codec SDK
|
Encode frame decision made by the external rate control model. More...
#include <vpx_ext_ratectrl.h>
Data Fields | |
| int | q_index |
| int | rdmult |
| int | delta_q_uv |
| sb_params * | sb_params_list |
Encode frame decision made by the external rate control model.
The encoder will receive the decision from the external rate control model through vpx_rc_funcs_t::get_encodeframe_decision().
| int vpx_rc_encodeframe_decision::q_index |
Required: Quantizer step index [0..255]
| int vpx_rc_encodeframe_decision::rdmult |
Required: Frame level Lagrangian multiplier
| int vpx_rc_encodeframe_decision::delta_q_uv |
Required: Delta QP for UV
| sb_params* vpx_rc_encodeframe_decision::sb_params_list |
Optional: Superblock quantization parameters It is zero initialized by default. It will be set for key and ARF frames but not leaf frames.