/third_party/pulseaudio/src/pulsecore/ |
D | time-smoother.c | 84 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()
|
D | time-smoother.h | 32 bool smoothing,
|
/third_party/boost/libs/math/doc/differentiation/ |
D | lanczos_smoothing.qbk | 87 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/ |
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, "s… 163 s->smoothing|s->formant|s->opitch|s->channels| in config_input()
|
D | vf_vidstabtransform.c | 52 {"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()
|
D | vf_normalize.c | 102 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/ |
D | gstsmokedec.h | 62 gint smoothing; member
|
D | gstjpegenc.h | 87 gint smoothing; member
|
D | gstjpegenc.c | 319 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/ |
D | MESA_sprite_point.spec | 58 3. What about point smoothing? 60 When point smoothing is enabled, a triangle fan could be rendered
|
/third_party/mesa3d/docs/gallium/cso/ |
D | rasterizer.rst | 119 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/ |
D | jcsample-sse2.asm | 26 ; without smoothing. 171 ; without smoothing.
|
D | jcsample-avx2.asm | 27 ; without smoothing. 189 ; without smoothing.
|
/third_party/libjpeg-turbo/simd/x86_64/ |
D | jcsample-sse2.asm | 25 ; without smoothing. 170 ; without smoothing.
|
D | jcsample-avx2.asm | 26 ; without smoothing. 188 ; without smoothing.
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
D | jcsample-sse2.asm | 27 ; without smoothing. 172 ; without smoothing.
|
D | jcsample-avx2.asm | 28 ; without smoothing. 190 ; without smoothing.
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 27 ; without smoothing. 170 ; without smoothing.
|
D | jcsample-sse2.asm | 27 ; without smoothing. 183 ; without smoothing.
|
/third_party/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 25 ; without smoothing. 168 ; without smoothing.
|
D | jcsample-sse2.asm | 25 ; without smoothing. 181 ; without smoothing.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
D | jcsample-mmx.asm | 25 ; without smoothing. 168 ; without smoothing.
|
D | jcsample-sse2.asm | 25 ; without smoothing. 181 ; without smoothing.
|
/third_party/flutter/flutter/dev/docs/assets/ |
D | overrides.css | 9 -webkit-font-smoothing: auto;
|
/third_party/grpc/src/python/grpcio/grpc/_cython/ |
D | README.rst | 12 strings to pointers (among other niceties), thus dramatically smoothing the
|