Home
last modified time | relevance | path

Searched defs:smooth (Results 1 – 25 of 190) sorted by relevance

12345678

/aosp_15_r20/frameworks/base/packages/EasterEgg/src/com/android/egg/landroid/
H A DMaths.kt23 fun smooth(x: Float): Float { in smooth() method
/aosp_15_r20/external/libvpx/tools/3D-Reconstruction/MotionEST/
H A DSearchSmooth.py78 def smooth(self, uvs, mvs): member in SearchSmoothAdapt
184 def smooth(self, uvs, mvs): member in SearchSmoothFix
H A DAnandan.py156 def smooth(self, uvs, mvs, min_ssds, l): member in Anandan
H A DExhaust.py232 def smooth(self, uvs, mvs): member in ExhaustNeighborFeatureScore
/aosp_15_r20/external/fonttools/Lib/fontTools/pens/
H A DpointPen.py175 self, pt, segmentType=None, smooth=False, name=None, identifier=None, **kwargs argument
410 self, pt, segmentType=None, smooth=False, name=None, identifier=None, **kwargs argument
514 self, pt, segmentType=None, smooth=False, name=None, identifier=None, **kwargs argument
H A DhashPointPen.py71 smooth=False, argument
H A DroundingPen.py105 self, pt, segmentType=None, smooth=False, name=None, identifier=None, **kwargs argument
H A DtransformPen.py93 def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs): argument
H A DfilterPen.py162 def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs): argument
H A DrecordingPen.py150 self, pt, segmentType=None, smooth=False, name=None, identifier=None, **kwargs argument
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/interpolation/
H A DLoessInterpolator.java213 public final double[] smooth(final double[] xval, final double[] yval, in smooth() method in LoessInterpolator
381 public final double[] smooth(final double[] xval, final double[] yval) in smooth() method in LoessInterpolator
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DLoessInterpolator.java199 public final double[] smooth(final double[] xval, final double[] yval, final double[] weights) in smooth() method in LoessInterpolator
359 public final double[] smooth(final double[] xval, final double[] yval) in smooth() method in LoessInterpolator
/aosp_15_r20/external/libaom/test/
H A Dtest_intra_pred_speed.cc403 paeth, smooth, smooth_v, smooth_h) \ argument
1300 h, paeth, smooth, smooth_v, smooth_h) \ argument
/aosp_15_r20/external/eigen/bench/btl/data/
H A DCMakeLists.txt29 add_executable(smooth smooth.cxx) target
/aosp_15_r20/external/jemalloc_new/include/jemalloc/internal/
H A Dsmoothstep.sh38 smooth() { function
/aosp_15_r20/external/ltp/testcases/realtime/tools/
H A Dftqviz.py38 def smooth(x, wlen): function
/aosp_15_r20/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Dsound_level.cc108 auto smooth = [&level_prev, &level_curr](float c) { in main() local
H A Dannotations.py212 smooth = lambda curr, prev, k: (1 - k) * curr + k * prev function
/aosp_15_r20/external/igt-gpu-tools/overlay/
H A Dchart.h42 } smooth; member
H A Dchart.c54 void chart_set_smooth(struct chart *chart, enum chart_smooth smooth) in chart_set_smooth()
/aosp_15_r20/external/webrtc/modules/audio_processing/agc2/rnn_vad/
H A Dspectral_features_internal.cc134 const auto smooth = [&log_max, &follow](float x) { in ComputeSmoothedLogMagnitudeSpectrum() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/
H A DDefaultLivePlaybackSpeedControl.java447 private static long smooth(long smoothedValue, long newValue, float smoothingFactor) { in smooth() method in DefaultLivePlaybackSpeedControl
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/
H A DDefaultLivePlaybackSpeedControl.java443 private static long smooth(long smoothedValue, long newValue, float smoothingFactor) { in smooth() method in DefaultLivePlaybackSpeedControl
/aosp_15_r20/external/fonttools/Tests/pens/
H A Dutils.py72 def addPoint(self, pt, segmentType=None, smooth=False, name=None, **kwargs): argument
H A DpointPen_test.py70 self, pt, segmentType=None, smooth=False, name=None, identifier=None, **kwargs argument

12345678