Home
last modified time | relevance | path

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

123

/external/webrtc/modules/audio_processing/aec3/
Dmatched_filter.h35 float smoothing,
49 float smoothing,
61 float smoothing,
94 float smoothing,
Dmatched_filter.cc39 float smoothing, in MatchedFilterCore_NEON() argument
106 const float alpha = smoothing * e / x2_sum; in MatchedFilterCore_NEON()
149 float smoothing, in MatchedFilterCore_SSE2() argument
218 const float alpha = smoothing * e / x2_sum; in MatchedFilterCore_SSE2()
260 float smoothing, in MatchedFilterCore() argument
286 const float alpha = smoothing * e / x2_sum; in MatchedFilterCore()
310 float smoothing, in MatchedFilter() argument
322 smoothing_(smoothing), in MatchedFilter()
Dreverb_frequency_response.cc84 const float smoothing = 0.2f * linear_filter_quality; in Update() local
85 average_decay_ += smoothing * (average_decay - average_decay_); in Update()
Dreverb_decay_estimator.h80 void Accumulate(float value, float smoothing);
Dreverb_decay_estimator.cc323 float smoothing) { in Accumulate() argument
351 smoothing * (numerators_[section] - numerators_smooth_[section]); in Accumulate()
/external/tensorflow/tensorflow/lite/experimental/microfrontend/lib/
Dnoise_reduction.c22 const uint32_t smoothing = in NoiseReductionApply() local
24 const uint32_t one_minus_smoothing = (1 << kNoiseReductionBits) - smoothing; in NoiseReductionApply()
29 (((uint64_t)signal_scaled_up * smoothing) + in NoiseReductionApply()
/external/webrtc/docs/native-code/rtp-hdrext/playout-delay/
DREADME.md23 …ze reducing delay over any smoothing done at the receiver. In these cases, the RTP sender would li…
25 … the delay adaptively to minimize latency and at the same time add some smoothing based on jitter …
52 …he RTP packet by the RTP sender when it needs to change the min and max smoothing delay at the rec…
/external/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
/external/kotlinx.coroutines/site/docs/_sass/
D_api.scss5 -webkit-font-smoothing: antialiased;
6 font-smoothing: antialiased;
/external/python/six/
DREADME.rst11 for smoothing over the differences between the Python versions with the goal of
DPKG-INFO19 for smoothing over the differences between the Python versions with the goal of
/external/chromium-trace/catapult/third_party/polymer/components/paper-tabs/
DREADME.md28 -webkit-font-smoothing: antialiased;
/external/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
/external/python/six/six.egg-info/
DPKG-INFO19 for smoothing over the differences between the Python versions with the goal of
/external/libjpeg-turbo/simd/x86_64/
Djcsample-sse2.asm26 ; without smoothing.
171 ; without smoothing.
Djcsample-avx2.asm27 ; without smoothing.
189 ; without smoothing.
/external/chromium-trace/catapult/third_party/polymer/components/paper-button/
DREADME.md30 -webkit-font-smoothing: antialiased;
/external/libjpeg-turbo/simd/i386/
Djcsample-mmx.asm25 ; without smoothing.
168 ; without smoothing.
Djcsample-sse2.asm25 ; without smoothing.
181 ; without smoothing.
Djcsample-avx2.asm26 ; without smoothing.
199 ; without smoothing.
/external/perfetto/ui/src/assets/
Dtypefaces.scss69 -webkit-font-smoothing: antialiased;
Dmodal.scss94 -moz-osx-font-smoothing: grayscale;
/external/grpc-grpc/src/python/grpcio/grpc/_cython/
DREADME.rst12 strings to pointers (among other niceties), thus dramatically smoothing the
/external/python/cpython2/Doc/library/
Djpeg.rst80 | ``'smooth'`` | Perform inter-block smoothing on |
/external/mesa3d/docs/relnotes/
D20.3.2.rst104 - radeonsi: fix small primitive culling with MSAA force-disabled and smoothing

123