AOMedia AV1 Codec
RefreshFrameInfo Struct Reference

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
 

Detailed Description

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.

Field Documentation

◆ golden_frame

bool RefreshFrameInfo::golden_frame

◆ bwd_ref_frame

bool RefreshFrameInfo::bwd_ref_frame

Refresh flag for bwd-ref frame

◆ alt_ref_frame

bool RefreshFrameInfo::alt_ref_frame

The documentation for this struct was generated from the following file: