12#ifndef AOM_AV1_ENCODER_GOP_STRUCTURE_H_
13#define AOM_AV1_ENCODER_GOP_STRUCTURE_H_
15#include "av1/common/av1_common_int.h"
16#include "av1/encoder/ratectrl.h"
25#define MIN_ARF_GF_BOOST 240
26#define NORMAL_BOOST 100
int av1_gop_is_second_arf(const GF_GROUP *gf_group, int gf_frame_index)
Check whether a frame in the GOP is the second arf.
void av1_gop_setup_structure(struct AV1_COMP *cpi)
Set up the Group-Of-Pictures structure for this GF_GROUP.
int av1_gop_check_forward_keyframe(const GF_GROUP *gf_group, int gf_frame_index)
Check whether a frame in the GOP is a forward key frame.
Top level encoder structure.
Definition encoder.h:2878
contains per-frame encoding parameters decided upon by av1_encode_strategy() and passed down to av1_e...
Definition encoder.h:3694
Data related to the current GF/ARF group and the individual frames within the group.
Definition firstpass.h:339