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.c2298 int normal_frames; in allocate_gf_group_bits() local
2335 normal_frames = (rc->baseline_gf_interval - 1); in allocate_gf_group_bits()
2336 if (normal_frames > 1) in allocate_gf_group_bits()
2337 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()
2368 normal_frames -= (total_arfs - 1); in allocate_gf_group_bits()
2369 if (normal_frames > 1) in allocate_gf_group_bits()
2370 normal_frame_bits = (int)(total_group_bits / normal_frames); in allocate_gf_group_bits()
2398 tot_norm_frame_score = calculate_group_score(cpi, av_score, normal_frames); in allocate_gf_group_bits()
2402 for (i = 0; i < normal_frames; ++i) { in allocate_gf_group_bits()
2412 if ((i == (normal_frames - 1)) && (i >= 1)) { in allocate_gf_group_bits()