Home
last modified time | relevance | path

Searched refs:smoothing (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/pulseaudio/src/pulsecore/
Dtime-smoother.c84 bool smoothing:1; /* If false we skip the polynomial interpolation step */ member
95 bool smoothing, in pa_smoother_new() argument
112 s->smoothing = smoothing; in pa_smoother_new()
375 if (s->smoothing) { in pa_smoother_put()
Dtime-smoother.h32 bool smoothing,
/third_party/boost/libs/math/doc/differentiation/
Dlanczos_smoothing.qbk87 If /p=2n/, then the discrete Lanczos derivative is not smoothing:
133 using the (/n/, /p/) = (60, 4) Lanczos smoothing derivative, as well as using the (/n/, /p/) = (4, …
137 The original data is in orange, the smoothing derivative in blue, and the non-smoothing standard fi…
139 We can see that the smoothing derivative tracks the increase and decrease in the trend well, wherea…
/third_party/ffmpeg/libavfilter/
Daf_rubberband.c37 smoothing, formant, opitch, channels; member
66 …{ "smoothing", "set smoothing", OFFSET(smoothing), AV_OPT_TYPE_INT, {.i64=0}, 0, INT_MAX, A, "s…
163 s->smoothing|s->formant|s->opitch|s->channels| in config_input()
Dvf_vidstabtransform.c52 {"smoothing", "set number of frames*2 + 1 used for lowpass filtering", OFFSETC(smoothing),
182 tc->conf.smoothing = 0; in config_input()
196 av_log(ctx, AV_LOG_INFO, " smoothing = %d\n", tc->conf.smoothing); in config_input()
Dvf_normalize.c102 int smoothing; member
132 …nt of temporal smoothing of the input range, to reduce flicker", OFFSET(smoothing), AV_OPT_TYPE_IN…
440 s->history_len = s->smoothing + 1; in config_input()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstsmokedec.h62 gint smoothing; member
Dgstjpegenc.h87 gint smoothing; member
Dgstjpegenc.c319 jpegenc->smoothing = JPEG_DEFAULT_SMOOTHING; in gst_jpegenc_init()
498 jpegenc->cinfo.smoothing_factor = jpegenc->smoothing; in gst_jpegenc_handle_frame()
579 jpegenc->smoothing = g_value_get_int (value); in gst_jpegenc_set_property()
610 g_value_set_int (value, jpegenc->smoothing); in gst_jpegenc_get_property()
/third_party/mesa3d/docs/_extra/specs/OLD/
DMESA_sprite_point.spec58 3. What about point smoothing?
60 When point smoothing is enabled, a triangle fan could be rendered
/third_party/mesa3d/docs/gallium/cso/
Drasterizer.rst119 Controls OpenGL-style polygon smoothing/antialiasing
149 Whether lines should be smoothed. Line smoothing is simply anti-aliasing.
218 If this state is enabled, point smoothing and antialiasing are
234 Whether points should be smoothed. Point smoothing turns rectangular
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm26 ; without smoothing.
171 ; without smoothing.
Djcsample-avx2.asm27 ; without smoothing.
189 ; without smoothing.
/third_party/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm25 ; without smoothing.
170 ; without smoothing.
Djcsample-avx2.asm26 ; without smoothing.
188 ; without smoothing.
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm27 ; without smoothing.
172 ; without smoothing.
Djcsample-avx2.asm28 ; without smoothing.
190 ; without smoothing.
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcsample-mmx.asm27 ; without smoothing.
170 ; without smoothing.
Djcsample-sse2.asm27 ; without smoothing.
183 ; without smoothing.
/third_party/libjpeg-turbo/simd/i386/
Djcsample-mmx.asm25 ; without smoothing.
168 ; without smoothing.
Djcsample-sse2.asm25 ; without smoothing.
181 ; without smoothing.
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
Djcsample-mmx.asm25 ; without smoothing.
168 ; without smoothing.
Djcsample-sse2.asm25 ; without smoothing.
181 ; without smoothing.
/third_party/flutter/flutter/dev/docs/assets/
Doverrides.css9 -webkit-font-smoothing: auto;
/third_party/grpc/src/python/grpcio/grpc/_cython/
DREADME.rst12 strings to pointers (among other niceties), thus dramatically smoothing the

1234