Home
last modified time | relevance | path

Searched refs:gf_interval (Results 1 – 1 of 1) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dgop_structure.c79 GF_GROUP *const gf_group, int gf_interval, int pyr_height, in construct_multi_layer_gf_structure() argument
86 assert(gf_interval >= 1); in construct_multi_layer_gf_structure()
101 gf_group->arf_src_offset[frame_index] = gf_interval - 1; in construct_multi_layer_gf_structure()
112 set_multi_layer_params(gf_group, 0, gf_interval, &frame_index, 0, in construct_multi_layer_gf_structure()
119 void check_frame_params(GF_GROUP *const gf_group, int gf_interval) { in check_frame_params() argument
127 fprintf(fid, "\ngf_interval = {%d}\n", gf_interval); in check_frame_params()