Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_tune_boostgroup_update/
Dformat11 field:int max_boost; offset:16; size:4; signed:1;
13 print fmt: "cpu=%d variation=%d max_boost=%d", REC->cpu, REC->variation, REC->max_boost
/external/perfetto/src/traced/probes/ftrace/test/data/android_walleye_OPM5.171019.017.A1_4.4.88/events/sched/sched_tune_tasks_update/
Dformat15 field:int max_boost; offset:44; size:4; signed:1;
17 …=%d tasks=%d idx=%d boost=%d max_boost=%d", REC->pid, REC->comm, REC->cpu, REC->tasks, REC->idx, R…
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1759 double max_boost; in define_gf_group() local
1767 max_boost = in define_gf_group()
1771 max_boost = 0.0; in define_gf_group()
1774 max_boost = ((double)(cpi->buffer_level * 2 / 3) * 16.0) / in define_gf_group()
1777 max_boost = 0.0; in define_gf_group()
1780 if (boost_score > max_boost) boost_score = max_boost; in define_gf_group()
2827 double max_boost; in find_next_key_frame() local
2834 max_boost = in find_next_key_frame()
2838 max_boost = 0.0; in find_next_key_frame()
2841 max_boost = ((double)(cpi->buffer_level * 2 / 3) * 16.0) / in find_next_key_frame()
[all …]
/external/libaom/libaom/av1/encoder/
Dpass2_strategy.c377 double this_frame_mv_in_out, double max_boost) { in calc_frame_boost() argument
402 return AOMMIN(frame_boost, max_boost * boost_q_correction); in calc_frame_boost()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1921 double max_boost) { in calc_kf_frame_boost() argument
1948 return VPXMIN(frame_boost, max_boost * boost_q_correction); in calc_kf_frame_boost()