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
65 GF_GROUP *gf_group,
int is_key_frame,
int use_arf,
66 int64_t gf_group_bits);
70 FRAME_INFO *frame_info,
int offset,
int f_frames,
71 int b_frames,
int *num_fpstats_used,
72 int *num_fpstats_required);
void av1_gop_setup_structure(struct AV1_COMP *cpi)
Set up the Group-Of-Pictures structure for this GF_GROUP.
void av1_gop_bit_allocation(const AV1_COMP *cpi, RATE_CONTROL *const rc, GF_GROUP *gf_group, int is_key_frame, int use_arf, int64_t gf_group_bits)
Distributes bits to frames in a group.
Definition: pass2_strategy.c:2598
Top level encoder structure.
Definition: encoder.h:2042
contains per-frame encoding parameters decided upon by av1_encode_strategy() and passed down to av1_e...
Definition: encoder.h:2675
Data related to the current GF/ARF group and the individual frames within the group.
Definition: firstpass.h:171
Rate Control parameters and status.
Definition: ratectrl.h:118
Two pass status and control data.
Definition: firstpass.h:216