Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dratectrl.h44 #define MIN_GF_INTERVAL 4 macro
Dratectrl.c237 clamp((int)(framerate * 0.125), MIN_GF_INTERVAL, MAX_GF_INTERVAL); in av1_rc_get_default_min_gf_interval()
243 (int)(MIN_GF_INTERVAL * factor / factor_safe + 0.5)); in av1_rc_get_default_min_gf_interval()
Dencoder.c2448 rc->baseline_gf_interval = (MIN_GF_INTERVAL + MAX_GF_INTERVAL) / 2; in av1_change_config()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1391 if ((frame_interval > MIN_GF_INTERVAL) && (loop_decay_rate >= 0.999) && in detect_transition_to_still()
1685 ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL)) && in define_gf_group()
1736 (i > MIN_GF_INTERVAL) && in define_gf_group()
1738 ((cpi->twopass.frames_to_key - i) >= MIN_GF_INTERVAL) && in define_gf_group()
1784 if ((cpi->twopass.frames_to_key - i) < MIN_GF_INTERVAL) { in define_gf_group()
1805 if (allow_alt_ref && (i >= MIN_GF_INTERVAL) && in define_gf_group()
1807 (i <= (cpi->twopass.frames_to_key - MIN_GF_INTERVAL)) && in define_gf_group()
2596 if ((i >= MIN_GF_INTERVAL) && in find_next_key_frame()
2791 if ((i > MIN_GF_INTERVAL) && ((boost_score - old_boost_score) < 1.0)) { in find_next_key_frame()
Donyx_int.h39 #define MIN_GF_INTERVAL 4 macro
Dratectrl.c631 (cpi->current_gf_interval >= (MIN_GF_INTERVAL << 1))) { in calc_pframe_target_size()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h30 #define MIN_GF_INTERVAL 4 macro
Dvp9_ratectrl.c342 clamp((int)(framerate * 0.125), MIN_GF_INTERVAL, MAX_GF_INTERVAL); in vp9_rc_get_default_min_gf_interval()
348 (int)(MIN_GF_INTERVAL * factor / factor_safe + 0.5)); in vp9_rc_get_default_min_gf_interval()
Dvp9_encoder.c1922 rc->baseline_gf_interval = (MIN_GF_INTERVAL + MAX_GF_INTERVAL) / 2; in vp9_change_config()