AOMedia AV1 Codec
|
Refresh frame flags for different type of frames. More...
#include <encoder.h>
Data Fields | |
bool | golden_frame |
bool | bwd_ref_frame |
bool | alt_ref_frame |
Refresh frame flags for different type of frames.
If the refresh flag is true for a particular reference frame, after the current frame is encoded, the reference frame gets refreshed (updated) to be the current frame. Note: Usually at most one flag will be set to true at a time. But, for key-frames, all flags are set to true at once.
bool RefreshFrameInfo::golden_frame |
Refresh flag for golden frame
Referenced by encode_without_recode(), get_rate_correction_factor(), rc_pick_q_and_bounds(), rc_pick_q_and_bounds_no_stats(), and set_rate_correction_factor().
bool RefreshFrameInfo::bwd_ref_frame |
Refresh flag for bwd-ref frame
bool RefreshFrameInfo::alt_ref_frame |
Refresh flag for alt-ref frame
Referenced by get_rate_correction_factor(), rc_pick_q_and_bounds(), rc_pick_q_and_bounds_no_stats(), and set_rate_correction_factor().