HomeSort by relevance Sort by last modified time
    Searched full:smoothing (Results 51 - 75 of 199) sorted by null

1 23 4 5 6 7 8

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AnalyserNode.cpp 134 "smoothing value (" + String::number(k)
BiquadProcessor.cpp 70 // Deal with smoothing / de-zippering. Start out assuming filter parameters are not changing.
OscillatorNode.cpp 179 // Handle ordinary parameter smoothing/de-zippering if there are no scheduled changes.
203 // Handle ordinary parameter smoothing/de-zippering if there are no scheduled changes.
AudioParam.cpp 73 // Smoothing effectively is performed by the timeline.
  /external/chromium_org/third_party/opus/src/silk/
HP_variable_cutoff.c 61 /* less smoothing for decreasing pitch frequency, to track something close to the minimum */
stereo_find_predictor.c 41 opus_int smooth_coef_Q16 /* I Smoothing coefficient */
CNG.c 102 /* Smoothing of LSF's */
  /external/aac/libSBRdec/src/
env_calc.h 98 FIXP_DBL filtBuffer[MAX_FREQ_COEFFS]; /*!< previous gains (required for smoothing) */
99 FIXP_DBL filtBufferNoise[MAX_FREQ_COEFFS]; /*!< previous noise levels (required for smoothing) */
  /external/aac/libSBRenc/src/
nf_est.h 95 #define NF_SMOOTHING_LENGTH 4 /*!< Smoothing length of the noise floors. */
101 const FIXP_DBL *smoothFilter; /*!< Smoothing filter to use. */
  /external/qemu/slirp/
tcp_var.h 136 * For convenience, these scales are also used in smoothing the average
149 * Because of the way we do the smoothing, srtt and rttvar
  /external/chromium_org/chrome/browser/printing/
printing_layout_browsertest.cc 184 UINT smoothing = 0;
185 if (SystemParametersInfo(SPI_GETFONTSMOOTHINGTYPE, 0, &smoothing, 0) &&
186 smoothing == FE_FONTSMOOTHINGCLEARTYPE)
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontDescription.h 165 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; }
  /external/qemu/slirp-android/
tcp_var.h 141 * For convenience, these scales are also used in smoothing the average
154 * Because of the way we do the smoothing, srtt and rttvar
  /packages/apps/Camera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 148 // system. If yes, then the amount of smoothing is sufficient so that NO
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
  /packages/apps/Camera2/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 148 // system. If yes, then the amount of smoothing is sufficient so that NO
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.cpp 148 // system. If yes, then the amount of smoothing is sufficient so that NO
237 //! Overloaded smoother function that takes in user-specidied smoothing factor
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontMac.cpp 76 // When using CoreGraphics, disable hinting when webkit-font-smoothing:antialiased is used.
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.h 92 GLfloat coverage[SWRAST_MAX_WIDTH]; /**< Fragment coverage for AA/smoothing */
  /external/chromium_org/third_party/opus/src/silk/float/
find_LTP_FLP.c 97 /* Smoothing */
  /external/eigen/bench/btl/data/
smooth.cxx 62 // smoothing
  /external/mesa3d/src/mesa/swrast/
s_span.h 92 GLfloat coverage[SWRAST_MAX_WIDTH]; /**< Fragment coverage for AA/smoothing */
  /external/webrtc/src/modules/audio_processing/ns/
ns_core.h 89 float logLrtTimeAvg[HALF_ANAL_BLOCKL]; //log lrt factor with time-smoothing
nsx_core.h 48 WebRtc_Word32 logLrtTimeAvgW32[HALF_ANAL_BLOCKL]; //log lrt factor with time-smoothing in Q8
  /frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h 160 Mix_1St_Cll_t GainMixer; /* Gain smoothing */
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 78 bool firstVolume; /* No smoothing on first Vol change */

Completed in 242 milliseconds

1 23 4 5 6 7 8