Searched defs:smooth (Results 1 - 10 of 10) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.sh10 # <variant> is in {smooth, smoother, smoothest}.
26 smooth)
38 smooth() { function
/external/ltp/testcases/realtime/tools/
H A Dftqviz.py38 def smooth(x, wlen): function
83 # smooth the signal (low pass filter)
85 y = smooth(xi, wlen)
/external/freetype/include/freetype/internal/
H A Dftpic.h46 void* smooth; member in struct:FT_PIC_Container_
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv10_state_polygon.c63 GLboolean smooth = ctx->Line.SmoothFlag && local
67 PUSH_DATA (push, MAX2(smooth ? 0 : 1,
70 PUSH_DATAb(push, smooth);
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftpic.h46 void* smooth; member in struct:FT_PIC_Container_
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
H A DLoessInterpolator.java181 return new SplineInterpolator().interpolate(xval, smooth(xval, yval));
199 public final double[] smooth(final double[] xval, final double[] yval, final double[] weights) method in class:LoessInterpolator
359 public final double[] smooth(final double[] xval, final double[] yval) method in class:LoessInterpolator
369 return smooth(xval, yval, unitWeights);
/external/webrtc/webrtc/modules/audio_processing/ns/
H A Dns_core.h72 float smooth[HALF_ANAL_BLOCKL]; member in struct:NoiseSuppressionC_
/external/webp/src/enc/
H A Danalysis_enc.c221 const int smooth = (enc->config_->preprocessing & 1); local
222 if (smooth) SmoothSegmentMap(enc);
/external/mesa3d/src/glsl/
H A Dast.h370 unsigned smooth:1; member in struct:ast_type_qualifier::__anon14990::__anon14991
/external/swiftshader/src/Shader/
H A DShaderCore.cpp1121 void ShaderCore::smooth(Vector4f &dst, const Vector4f &edge0, const Vector4f &edge1, const Vector4f &x) function in class:sw::ShaderCore

Completed in 807 milliseconds