/third_party/ffmpeg/libavfilter/ |
H A D | af_sidechaincompress.c | 64 int detection; member 90 { "detection", "set detection", OFFSET(detection), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, A|F|R, "detection" }, 91 { "peak", 0, 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, A|F|R, "detection" }, 92 { "rms", 0, 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, A|F|R, "detection" }, 112 int detection, int mode) in output_gain() 118 if (detection) in output_gain() 191 if (s->detection) in compressor() 108 output_gain(double lin_slope, double ratio, double thres, double knee, double knee_start, double knee_stop, double compressed_knee_start, double compressed_knee_stop, int detection, int mode) output_gain() argument [all...] |
H A D | af_adeclick.c | 31 double *detection; member 86 double sigmae, double *detection, 171 c->detection = av_calloc(s->window_size, sizeof(*c->detection)); in config_input() 179 if (!c->auxiliary || !c->acoefficients || !c->detection || !c->click || in config_input() 432 double *detection, double *acoefficients, in detect_clicks() 439 memset(detection, 0, s->window_size * sizeof(*detection)); in detect_clicks() 443 detection[i] += acoefficients[j] * src[i - j]; in detect_clicks() 448 click[i] = fabs(detection[ in detect_clicks() 430 detect_clicks(AudioDeclickContext *s, DeclickChannel *c, double sigmae, double *detection, double *acoefficients, uint8_t *click, int *index, const double *src, double *dst) detect_clicks() argument [all...] |
H A D | af_agate.c | 50 int detection; member 81 { "detection", "set detection", OFFSET(detection), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, A, "detection" }, 82 { "peak", 0, 0, AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, A, "detection" }, 83 { "rms", 0, 0, AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, A, "detection" }, 100 if (s->detection) in agate_config_input() 170 if (s->detection) in gate()
|
H A D | af_silenceremove.c | 101 int detection; member 116 { "start_threshold", "set threshold for start silence detection", OFFSET(start_threshold), AV_OPT_TYPE_DOUBLE, {.dbl=0}, 0, DBL_MAX, AF }, 123 { "stop_threshold", "set threshold for stop silence detection", OFFSET(stop_threshold), AV_OPT_TYPE_DOUBLE, {.dbl=0}, 0, DBL_MAX, AF }, 126 { "detection", "set how silence is detected", OFFSET(detection), AV_OPT_TYPE_INT, {.i64=D_RMS}, D_PEAK,D_RMS, AF, "detection" }, 127 { "peak", "use absolute values of samples", 0, AV_OPT_TYPE_CONST, {.i64=D_PEAK},0, 0, AF, "detection" }, 128 { "rms", "use squared values of samples", 0, AV_OPT_TYPE_CONST, {.i64=D_RMS}, 0, 0, AF, "detection" }, 129 { "window", "set duration of window for silence detection", OFFSET(window_duration_opt), AV_OPT_TYPE_DURATION, {.i64=20000}, 0, 100000000, AF }, 492 switch (s->detection) { in config_input() [all...] |
/third_party/elfutils/tests/ |
H A D | run-lfs-symbols.sh | 62 echo First sanity-check that LFS detection works.
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | detect.mk | 2 # FreeType 2 host platform detection rules 27 # auto-detection fails. 41 # Set auto-detection default to `ansi' resp. UNIX-like operating systems. 78 # If no setup target platform was specified, enable auto-detection/ 86 # disable auto-detection. 89 # Now, include all detection rule files found in the `builds/<system>' 96 # In case no detection rule file was successful, use the default. 110 $(info $(PROJECT_TITLE) build system -- automatic system detection)
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
H A D | x86_test-vk.sh | 161 ############### Build parallel-deqp-runner's hang-detection tool 163 . .gitlab-ci/container/build-hang-detection.sh
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | cpu_features.c | 1 /* cpu_features.c -- Processor features detection. 22 * enough that this can be assumed without runtime detection. */ 52 #error cpu_features.c CPU feature detection in not defined for your platform 94 * See http://bit.ly/2CcoEsr for run-time detection of ARM features and also
|
/third_party/skia/third_party/externals/zlib/ |
H A D | cpu_features.c | 1 /* cpu_features.c -- Processor features detection. 22 * enough that this can be assumed without runtime detection. */ 52 #error cpu_features.c CPU feature detection in not defined for your platform 94 * See http://bit.ly/2CcoEsr for run-time detection of ARM features and also
|
/third_party/node/deps/zlib/ |
H A D | cpu_features.c | 1 /* cpu_features.c -- Processor features detection. 23 * runtime detection. 58 #error cpu_features.c CPU feature detection in not defined for your platform 96 * See http://bit.ly/2CcoEsr for run-time detection of ARM features and also
|
/third_party/ltp/ |
H A D | build.sh | 66 echo "ERROR: auto-detection not supported platform $arch, export PKG_CONFIG_LIBDIR!" 171 32 32-bit build (PKG_CONFIG_LIBDIR auto-detection for x86_64)
|
/third_party/node/deps/v8/tools/dev/ |
H A D | v8gen.py | 114 help='don\'t use goma auto detection - goma might still be used if '
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | fallback.rs | 23 crate::detection::force_fallback(); in force() 30 crate::detection::unforce_fallback(); in unforce()
|
H A D | lib.rs | 144 mod detection; modules
|
H A D | wrapper.rs | 1 use crate::detection::inside_proc_macro;
|
/third_party/ffmpeg/tests/fate/ |
H A D | filter-audio.mak | 187 fate-filter-silenceremove: CMD = framecrc -auto_conversion_filters -f lavfi -i "aevalsrc=between(t\,1\,2)+between(t\,4\,5)+between(t\,7\,9):d=10:n=8192,silenceremove=start_periods=0:start_duration=0:start_threshold=0:stop_periods=-1:stop_duration=0:stop_threshold=-90dB:window=0:detection=peak"
|
/third_party/ffmpeg/ |
H A D | configure | 4466 warn "$pkg_config not found, library detection may fail." 7493 echo "runtime cpu detection ${runtime_cpudetect-no}"
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
H A D | xmlparse.c | 149 If you have reasons to patch this detection code away or need changes \
|
/third_party/python/Modules/expat/ |
H A D | xmlparse.c | 144 If you have reasons to patch this detection code away or need changes \
|