Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2307 int normal_frames; in allocate_gf_group_bits() local
2344 normal_frames = (rc->baseline_gf_interval - 1); in allocate_gf_group_bits()
2345 if (normal_frames > 1) in allocate_gf_group_bits()
2346 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()
2377 normal_frames -= (total_arfs - 1); in allocate_gf_group_bits()
2378 if (normal_frames > 1) in allocate_gf_group_bits()
2379 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()
2407 tot_norm_frame_score = calculate_group_score(cpi, av_score, normal_frames); in allocate_gf_group_bits()
2411 for (i = 0; i < normal_frames; ++i) { in allocate_gf_group_bits()
2421 if ((i == (normal_frames - 1)) && (i >= 1)) { in allocate_gf_group_bits()