HomeSort by relevance Sort by last modified time
    Searched full:smoothing (Results 26 - 50 of 157) sorted by null

12 3 4 5 6 7

  /packages/apps/Camera/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)",
  /packages/apps/Gallery2/jni_mosaic/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)",
  /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/jpeg/
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.
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 */
635 * This code applies interblock smoothing as described by section K.8
638 * We apply smoothing only for progressive JPEG decoding, and only if
650 * Determine whether block smoothing is applicable and safe.
696 /* Block smoothing is helpful if some AC coefficients remain inaccurate. */
710 * Variant of decompress_data for use when doing block smoothing.
    [all...]
  /external/qemu/distrib/jpeg-6b/
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.
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 */
635 * This code applies interblock smoothing as described by section K.8
638 * We apply smoothing only for progressive JPEG decoding, and only if
650 * Determine whether block smoothing is applicable and safe.
696 /* Block smoothing is helpful if some AC coefficients remain inaccurate. */
710 * Variant of decompress_data for use when doing block smoothing.
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
FontDescription.h 122 void setFontSmoothing(FontSmoothingMode smoothing) { m_fontSmoothing = smoothing; }
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 123 UINT smoothing = 0;
124 if (SystemParametersInfo(SPI_GETFONTSMOOTHINGTYPE, 0, &smoothing, 0) &&
125 smoothing == FE_FONTSMOOTHINGCLEARTYPE)
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp 93 /* adaptive smoothing */
147 /* adaptive smoothing */
209 /* adaptive smoothing */
  /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/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/Gallery2/jni_mosaic/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/eigen/bench/btl/data/
smooth.cxx 62 // smoothing
  /external/webkit/Source/WebCore/platform/win/
WheelEventWin.cpp 103 // smoothing algorithm on scrolling, it can get away with slightly larger
  /external/webkit/Source/WebCore/webaudio/
BiquadProcessor.cpp 98 // Deal with smoothing / de-zippering. Start out assuming filter parameters are not changing.
  /external/webkit/Source/WebKit/win/
WebKitGraphics.cpp 88 int overrideSmoothingLevel; // pass in -1 if caller does not want to override smoothing level
  /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 3154 milliseconds

12 3 4 5 6 7