Searched refs:normal_frames (Results 1 – 1 of 1) sorted by relevance
2154 int normal_frames; in allocate_gf_group_bits() local2228 normal_frames = (rc->baseline_gf_interval - rc->source_alt_ref_pending); in allocate_gf_group_bits()2232 if (normal_frames > 1) { in allocate_gf_group_bits()2233 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()2243 for (i = 0; i < normal_frames; ++i) { in allocate_gf_group_bits()2251 target_frame_size = (i == (normal_frames - 1)) in allocate_gf_group_bits()