HomeSort by relevance Sort by last modified time
    Searched full:smoothing (Results 1 - 25 of 191) sorted by null

1 2 3 4 5 6 7 8

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbstabsmooth.h 38 * Performs smoothing on the motion estimate from feature_stab.
69 * The adaptive smoothing version of the above fixed smoothing function.
80 * Set the smoothing factor for the stab-smoother.
86 * Reset smoothing
101 * Returns the current smoothing factor.
113 * Returns the current state of the smoothing reset flag.
dbreg.h 144 * \param do_motion_smoothing whether to perform display reference smoothing
145 * \param motion_smoothing_gain weight factor to reflect how fast the display reference must follow the current frame if motion smoothing is enabled
178 * Enable/Disable motion smoothing. Use this to turn motion smoothing on/off at run time.
179 * \param enable flag indicating whether to turn the motion smoothing on or off.
184 * Align an inspection image to an existing reference image, update the reference image if due and perform motion smoothing if enabled.
250 * Reset the motion smoothing parameters to their initial values.
384 // utility function for smoothing the motion parameters.
413 // boolean to control whether motion smoothing occurs (or not)
416 // double to set the gain for motion smoothing
    [all...]
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
TouchCatcherView.java 73 // Apply some smoothing to get a feeling of deceleration and acceleration at the edges.
76 // b = beta is a dimensionless smoothing parameter, value selected by experimentation.
77 // Higher value gives less smoothing = closer to original triangular wave.
  /external/libjpeg-turbo/
jdcoefct.h 16 /* Block smoothing is only applicable for progressive JPEG, so: */
52 /* When doing block smoothing, we latch coefficient Al values here */
jcsample.c 44 * A simple input-smoothing capability is provided. This is mainly intended
50 * Currently, smoothing is only supported for 2h2v sampling factors.
142 * This version handles arbitrary integral sampling ratios, without smoothing.
190 * without smoothing.
209 * without smoothing.
252 * without smoothing.
295 * with smoothing. One row of context is required.
395 * with smoothing. One row of context is required.
  /cts/tests/tests/location/src/android/location/cts/psedorange/
PseudorangeSmoother.java 22 * Interface for smoothing a list of {@link GpsMeasurementWithRangeAndUncertainty} instances
  /external/svox/pico/lib/
picocep.h 19 * Cepstral Smoothing PU - Header file
picosig2.h 82 picoos_int32 *int_vec41[CEPST_BUFF_SIZE]; /*reserved for phase smoothing - cepstrum buffers */
83 picoos_int32 *int_vec42[PHASE_BUFF_SIZE]; /*reserved for phase smoothing - phase buffers */
85 picoos_int16 idx_vect10[CEPST_BUFF_SIZE]; /*reserved for pitch value buffering before phase smoothing*/
86 picoos_int16 idx_vect11[CEPST_BUFF_SIZE]; /*reserved for phonetic value bufferingid before phase smoothing*/
87 picoos_int16 idx_vect12[CEPST_BUFF_SIZE]; /*reserved for voicing value bufferingbefore phase smoothing*/
88 picoos_int16 idx_vect13[CEPST_BUFF_SIZE]; /*reserved for unrectified pitch value bufferingbefore phase smoothing*/
89 picoos_int16 idx_vect14[PHASE_BUFF_SIZE]; /*reserved for vox_bnd value buffering before phase smoothing*/
  /external/webrtc/webrtc/base/
exp_filter.h 16 // This class can be used, for example, for smoothing the result of bandwidth
  /external/freetype/include/freetype/
ftgasp.h 74 * If set, smoothing along multiple axes must be used with ClearType.
77 * Grid-fitting must be used with ClearType's symmetric smoothing.
  /external/pdfium/third_party/freetype/include/freetype/
ftgasp.h 74 * If set, smoothing along multiple axes must be used with ClearType.
77 * Grid-fitting must be used with ClearType's symmetric smoothing.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SmoothingUtils.java 28 * Lagrangian smoothing
46 final int COEFF_COUNT = 4; // Coefficient count for 3d smoothing
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftgasp.h 74 * If set, smoothing along multiple axes must be used with ClearType.
77 * Grid-fitting must be used with ClearType's symmetric smoothing.
ftttdrv.h 153 * 34 GDI (Win 95) v1.6 font smoothing,
192 * feature is `symmetric smoothing'. `Classic ClearType' is the
195 * smoothing', and `Color ClearType' is sometimes also called `DWrite
211 * returns bits~13 (hinting for ClearType), 18 (symmetrical smoothing),
  /external/eigen/bench/btl/data/
smooth_all.sh 52 ### no smoothing for tinyvector and matrices libs
  /external/libopus/silk/
tuning_parameters.h 73 /* Smoothing parameters for low end of pitch frequency range estimation */
150 /* subframe smoothing coefficient for HarmBoost, HarmShapeGain, Tilt (lower -> more smoothing) */
define.h 78 #define STEREO_RATIO_SMOOTH_COEF 0.01 /* smoothing coef for signal norms and stereo width */
197 /* smoothing for SNR measurement */
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingBicubicSplineInterpolator.java 31 * Before interpolating, smoothing of the input data is performed using
38 * @deprecated This class does not perform smoothing; the name is thus misleading.
40 * instead. If smoothing is desired, a tentative implementation is provided in class
  /external/webrtc/talk/media/base/
videoadapter.h 121 // Enable or disable smoothing when doing CPU adaptation. When smoothing is
178 bool cpu_smoothing_; // True if cpu smoothing is enabled (with adaptation).
  /external/pdfium/third_party/libjpeg/
fpdfapi_jdcoefct.c 21 /* Block smoothing is only applicable for progressive JPEG, so: */
56 /* When doing block smoothing, we latch coefficient Al values here */
124 /* If multipass, check to see whether to use block smoothing on this pass */
382 * This code applies interblock smoothing as described by section K.8
385 * We apply smoothing only for progressive JPEG decoding, and only if
397 * Determine whether block smoothing is applicable and safe.
443 /* Block smoothing is helpful if some AC coefficients remain inaccurate. */
457 * Variant of decompress_data for use when doing block smoothing.
703 /* If block smoothing could be used, need a bigger window */
fpdfapi_jcsample.c 39 * A simple input-smoothing capability is provided. This is mainly intended
45 * Currently, smoothing is only supported for 2h2v sampling factors.
135 * This version handles arbitrary integral sampling ratios, without smoothing.
183 * without smoothing.
202 * without smoothing.
245 * without smoothing.
288 * with smoothing. One row of context is required.
388 * with smoothing. One row of context is required.
  /frameworks/av/media/libeffects/lvm/lib/Bundle/src/
LVM_API_Specials.c 124 /* This function is used to set output volume without any smoothing */
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
dbregtest.cpp 55 " -s <0/1> : motion smoothing (1 activates motion smoothing, 0 turns it off - default value = 1)",
56 " -g <double>: motion smoothing gain, only used if smoothing is on (default value =0.75)",
  /external/mesa3d/docs/specs/OLD/
MESA_sprite_point.spec 58 3. What about point smoothing?
60 When point smoothing is enabled, a triangle fan could be rendered
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
smooth.c 188 /* No smoothing */
194 smoothing not needed */

Completed in 380 milliseconds

1 2 3 4 5 6 7 8