Searched refs:smoothing (Results 1 - 10 of 10) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | time-smoother.c | 37 * Implementation of a time smoothing algorithm to synchronize remote 84 bool smoothing:1; /* If false we skip the polynomial interpolation step */ member 95 bool smoothing, in pa_smoother_new() 112 s->smoothing = smoothing; in pa_smoother_new() 375 if (s->smoothing) { in pa_smoother_put() 91 pa_smoother_new( pa_usec_t adjust_time, pa_usec_t history_time, bool monotonic, bool smoothing, unsigned min_history, pa_usec_t time_offset, bool paused) pa_smoother_new() argument
|
H A D | time-smoother.h | 32 bool smoothing,
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_rubberband.c | 37 smoothing, formant, opitch, channels; member 66 { "smoothing", "set smoothing", OFFSET(smoothing), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "smoothing" }, 67 { "off", 0, 0, AV_OPT_TYPE_CONST, {.i64=RubberBandOptionSmoothingOff}, 0, 0, A, "smoothing" }, 68 { "on", 0, 0, AV_OPT_TYPE_CONST, {.i64=RubberBandOptionSmoothingOn}, 0, 0, A, "smoothing" }, 133 s->smoothing|s->formant|s->opitch|s->channels| in config_input()
|
H A D | vf_vidstabtransform.c | 52 {"smoothing", "set number of frames*2 + 1 used for lowpass filtering", OFFSETC(smoothing), 98 {"tripod", "enable virtual tripod mode (same as relative=0:smoothing=0)", OFFSET(tripod), 162 av_log(ctx, AV_LOG_INFO, "Virtual tripod mode: relative=0, smoothing=0\n"); in config_input() 164 tc->conf.smoothing = 0; in config_input() 178 av_log(ctx, AV_LOG_INFO, " smoothing = %d\n", tc->conf.smoothing); in config_input()
|
H A D | vf_normalize.c | 32 * filter can apply temporal smoothing to the input range to reduce flickering. 33 * Temporal smoothing is similar to the auto-exposure (automatic gain control) 57 * smoothing The amount of temporal smoothing, expressed in frames (>=0). 61 * smoothing). 102 int smoothing; member 112 int history_len; // Number of frames to average; based on smoothing factor 115 // Per-extremum, per-channel history, for temporal smoothing. 132 { "smoothing", "amount of temporal smoothing o [all...] |
H A D | vf_libplacebo.c | 113 float smoothing; member 383 .smoothing_period = s->smoothing, in process_frames() 658 { "smoothing_period", "Peak detection smoothing period", OFFSET(smoothing), AV_OPT_TYPE_FLOAT, {.dbl = 100.0}, 0.0, 1000.0, DYNAMIC },
|
/third_party/backends/backend/ |
H A D | fujitsu.h | 460 int smoothing; member
|
H A D | hs2p-scsi.h | 662 * bit6: Smoothing '1':smoothing 1215 /* 7-4:Reserved; 3-0: smoothing filter select 1218 SANE_Byte smoothing; member
|
H A D | fujitsu.c | 3381 opt->name = "smoothing"; in sane_get_option_descriptor() 3383 opt->desc = SANE_I18N ("Enable smoothing for improved OCR"); in sane_get_option_descriptor() 4866 *val_p = s->smoothing; in sane_control_option() 5567 s->smoothing = val_c; in sane_control_option() 7681 /*scanner emphasis ranges from 0 to 7f and smoothing from 80 to ff*/ in set_window() 7701 /*scanner emphasis ranges from 0 to 7f and smoothing from 80 to ff*/ in set_window() 7717 set_WD_smoothing(desc1,s->smoothing); in set_window() 10023 || s->smoothing in get_ipc_mode()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 41 milliseconds