Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c2258 int normal_frames; in allocate_gf_group_bits() local
2295 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()
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c635 const int normal_frames = rc->baseline_gf_interval - 1; in allocate_gf_group_bits() local
637 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()