Home
last modified time | relevance | path

Searched refs:rr_qsmooth (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dpreferences.h492 boolean rr_qsmooth; member
610 LiVESWidget *rr_qsmooth; member
H A Dpreferences.c743 if (prefs->rr_qsmooth == newval) goto fail2; in pref_factory_bool()
744 prefs->rr_qsmooth = newval; in pref_factory_bool()
1767 …ool(PREF_RRQSMOOTH, lives_toggle_button_get_active(LIVES_TOGGLE_BUTTON(prefsw->rr_qsmooth)), TRUE); in apply_prefs()
4115 …prefsw->rr_qsmooth = lives_standard_check_button_new(_("Enable frame smoothing during quantisation… in create_prefs_dialog()
4118 ACTIVE(rr_qsmooth, TOGGLED); in create_prefs_dialog()
4145 toggle_sets_sensitive(LIVES_TOGGLE_BUTTON(prefsw->rr_super), prefsw->rr_qsmooth, FALSE); in create_prefs_dialog()
H A Dresample.c816 if (old_fps == 0. && prefs->rr_super && prefs->rr_qsmooth && interpolate) { in quantise_events()
H A Dmain.c1715 prefs->rr_qsmooth = get_boolean_prefd(PREF_RRQSMOOTH, TRUE); in lives_init()