Searched refs:normal_frames (Results 1 – 2 of 2) sorted by relevance
2258 int normal_frames; in allocate_gf_group_bits() local2295 normal_frames = (rc->baseline_gf_interval - rc->source_alt_ref_pending); in allocate_gf_group_bits()2296 if (normal_frames > 1) in allocate_gf_group_bits()2297 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()2328 normal_frames -= (total_arfs - 1); in allocate_gf_group_bits()2329 if (normal_frames > 1) in allocate_gf_group_bits()2330 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()2358 tot_norm_frame_score = calculate_group_score(cpi, av_score, normal_frames); in allocate_gf_group_bits()2362 for (i = 0; i < normal_frames; ++i) { in allocate_gf_group_bits()2372 if ((i == (normal_frames - 1)) && (i >= 1)) { in allocate_gf_group_bits()
635 const int normal_frames = rc->baseline_gf_interval - 1; in allocate_gf_group_bits() local637 for (int i = 0; i < normal_frames; ++i) { in allocate_gf_group_bits()685 for (int i = 0; i < normal_frames; ++i) { in allocate_gf_group_bits()