Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.h176 int last_kfgroup_zeromotion_pct; member
Dratectrl.c1173 cpi->twopass.last_kfgroup_zeromotion_pct >= STATIC_MOTION_THRESH) { in get_intra_q_and_bounds_two_pass()
1264 (cpi->twopass.last_kfgroup_zeromotion_pct < STATIC_MOTION_THRESH)) { in adjust_active_best_and_worst_quality()
1303 if (cpi->twopass.last_kfgroup_zeromotion_pct >= STATIC_MOTION_THRESH) { in get_q()
Dpass2_strategy.c2722 twopass->last_kfgroup_zeromotion_pct = 100; in av1_init_second_pass()
2753 twopass->last_kfgroup_zeromotion_pct = 100; in av1_init_single_pass_lap()
2832 twopass->last_kfgroup_zeromotion_pct = twopass->kf_zeromotion_pct; in av1_twopass_postencode_update()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h214 int last_kfgroup_zeromotion_pct; member
Dvp9_ratectrl.c1327 if (cpi->twopass.last_kfgroup_zeromotion_pct >= STATIC_MOTION_THRESH) { in pick_kf_q_bound_two_pass()
1524 cpi->twopass.last_kfgroup_zeromotion_pct < STATIC_MOTION_THRESH) { in rc_pick_q_and_bounds_two_pass()
1547 if (cpi->twopass.last_kfgroup_zeromotion_pct >= STATIC_MOTION_THRESH) { in rc_pick_q_and_bounds_two_pass()
Dvp9_firstpass.c1727 twopass->last_kfgroup_zeromotion_pct = 100; in vp9_init_second_pass()
3541 twopass->last_kfgroup_zeromotion_pct = twopass->kf_zeromotion_pct; in vp9_twopass_postencode_update()