AOMedia AV1 Codec
|
Frame refresh flags set by the external interface. More...
#include <encoder.h>
Data Fields | |
bool | last_frame |
bool | golden_frame |
bool | bwd_ref_frame |
bool | alt2_ref_frame |
bool | alt_ref_frame |
bool | update_pending |
Frame refresh flags set by the external interface.
Flags set by external interface to determine which reference buffers are refreshed by this frame. When set, the encoder will update the particular reference frame buffer with the contents of the current frame.
bool ExtRefreshFrameFlagsInfo::last_frame |
Refresh flag for last frame
Referenced by av1_set_rtc_reference_structure_one_layer().
bool ExtRefreshFrameFlagsInfo::golden_frame |
Refresh flag for golden frame
Referenced by av1_set_rtc_reference_structure_one_layer().
bool ExtRefreshFrameFlagsInfo::bwd_ref_frame |
Refresh flag for bwd-ref frame
bool ExtRefreshFrameFlagsInfo::alt2_ref_frame |
Refresh flag for alt2-ref frame
bool ExtRefreshFrameFlagsInfo::alt_ref_frame |
Refresh flag for alt-ref frame
Referenced by av1_set_rtc_reference_structure_one_layer().
bool ExtRefreshFrameFlagsInfo::update_pending |
Flag indicating if the update of refresh frame flags is pending.
Referenced by av1_encode_strategy(), and av1_set_rtc_reference_structure_one_layer().