Searched refs:gop_frames (Results 1 – 1 of 1) sorted by relevance
2084 int gop_frames = in calculate_total_gf_group_bits() local2114 if (total_group_bits > (int64_t)max_bits * gop_frames) in calculate_total_gf_group_bits()2115 total_group_bits = (int64_t)max_bits * gop_frames; in calculate_total_gf_group_bits()2244 int gop_frames = in define_gf_group_structure() local2274 find_arf_order(cpi, gf_group, &frame_index, layer_depth, 1, gop_frames); in define_gf_group_structure()2306 int gop_frames = gf_group->gf_group_size; in allocate_gf_group_bits() local2350 for (idx = 0; idx < gop_frames; ++idx) { in allocate_gf_group_bits()2379 for (idx = frame_index; idx < gop_frames; ++idx) { in allocate_gf_group_bits()2680 int gop_frames; in define_gf_group() local2816 gop_frames = in define_gf_group()[all …]