pub const AV1E_SET_GF_CBR_BOOST_PCT: aome_enc_control_id = 29;
Expand description

Boost percentage for Golden Frame in CBR mode, unsigned int parameter

This value controls the amount of boost given to Golden Frame in CBR mode. It is expressed as a percentage of the average per-frame bitrate, with the special (and default) value 0 meaning the feature is off, i.e., no golden frame boost in CBR mode and average bitrate target is used.

For example, to allow 100% more bits, i.e, 2X, in a golden frame than average frame, set this to 100.