OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smoothing
(Results
1 - 25
of
199
) sorted by null
1
2
3
4
5
6
7
8
/external/chromium_org/ui/gfx/
font_smoothing_win.h
10
// Returns the Windows system font
smoothing
and ClearType settings.
font_smoothing_win.cc
12
// Helper class to cache font
smoothing
settings and listen for notifications
18
// Returns the cached Windows font
smoothing
settings. Queries the settings
46
// Indicates that font
smoothing
is enabled.
49
// Indicates that the ClearType font
smoothing
is enabled.
/packages/apps/Camera/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
...]
/packages/apps/Camera2/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
...]
/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/chromium_org/third_party/WebKit/ManualTests/compositing/
font-smoothing.html
16
-webkit-font-
smoothing
: subpixel-antialiased;
/external/chromium_org/third_party/WebKit/public/web/
WebFontDescription.h
53
enum
Smoothing
{
80
,
smoothing
(SmoothingAuto)
92
Smoothing
smoothing
;
member in struct:blink::WebFontDescription
/external/skia/gm/
system_preferences_mac.mm
15
// Set LCD font
smoothing
level for this application (does not affect other
/external/chromium_org/third_party/WebKit/Source/web/
WebFontDescription.cpp
49
smoothing
= static_cast<
Smoothing
>(desc.fontSmoothing());
67
desc.setFontSmoothing(static_cast<FontSmoothingMode>(
smoothing
));
/external/chromium_org/third_party/libwebp/utils/
quant_levels_dec.c
10
// TODO(skal): implement gradient
smoothing
.
/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/webp/src/utils/
quant_levels_dec.c
10
// TODO(skal): implement gradient
smoothing
.
/external/chromium_org/media/base/
vector_math_unittest.cc
286
//
Smoothing
factor of zero: Samples have no effect on result.
298
//
Smoothing
factor of 1/4, muted signal.
314
//
Smoothing
factor of 1/4, constant full-amplitude signal.
329
//
Smoothing
factor of 1/4, checkerboard signal.
345
//
Smoothing
factor of 1/4, inverse checkerboard signal.
361
//
Smoothing
factor of 1/4, impluse signal.
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
getonescriptspan.h
88
// Keep
smoothing
state if same script, otherwise reinit
smoothing
/external/chromium_org/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
.
/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
.
/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
/external/chromium_org/third_party/WebKit/Source/platform/audio/
EqualPowerPanner.h
46
// For
smoothing
/ de-zippering
/external/chromium_org/third_party/libjingle/source/talk/media/base/
videoadapter.h
127
// Enable or disable
smoothing
when doing CPU adaptation. When
smoothing
is
131
LOG(LS_INFO) << "CPU
smoothing
is now "
218
bool cpu_smoothing_; // True if cpu
smoothing
is enabled (with adaptation).
/external/eigen/bench/btl/data/
smooth_all.sh
52
### no
smoothing
for tinyvector and matrices libs
/external/chromium_org/third_party/opus/src/silk/
tuning_parameters.h
70
/*
Smoothing
parameters for low end of pitch frequency range estimation */
147
/* subframe
smoothing
coefficient for HarmBoost, HarmShapeGain, Tilt (lower -> more
smoothing
) */
Completed in 1415 milliseconds
1
2
3
4
5
6
7
8