OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:smoothing
(Results
26 - 50
of
191
) sorted by null
1
2
3
4
5
6
7
8
/external/libjpeg-turbo/
jdcoefct.c
63
/* If multipass, check to see whether to use block
smoothing
on this pass */
330
* This code applies interblock
smoothing
as described by section K.8
333
* We apply
smoothing
only for progressive JPEG decoding, and only if
345
* Determine whether block
smoothing
is applicable and safe.
391
/* Block
smoothing
is helpful if some AC coefficients remain inaccurate. */
405
* Variant of decompress_data for use when doing block
smoothing
.
655
/* If block
smoothing
could be used, need a bigger window */
cjpeg.1
198
100, indicates the strength of
smoothing
. 0 (the default) means no
smoothing
.
241
when converting dithered images to JPEG: a moderate
smoothing
factor of 10 to
243
JPEG file and a better-looking image. Too large a
smoothing
factor will
/external/aac/libPCMutils/include/
limiter.h
159
*
Smoothing
is done by a butterworth lowpass filter with a cutoff *
161
* It is a substitute for the
smoothing
due to windowing and *
164
* limiting, without delay and without
smoothing
*
/external/libopus/silk/
VAD.c
276
/*
Smoothing
coefficient */
313
/* Initially faster
smoothing
*/
342
/* Initially faster
smoothing
*/
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 */
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
deringing_luma.cpp
93
/* adaptive
smoothing
*/
147
/* adaptive
smoothing
*/
209
/* adaptive
smoothing
*/
/external/freetype/include/freetype/
ftttdrv.h
247
* 34 GDI (Win 95) v1.6 font
smoothing
,
286
* feature is `symmetric
smoothing
'. `Classic ClearType' is the
289
*
smoothing
', and `Color ClearType' is sometimes also called `DWrite
305
* returns bits~13 (hinting for ClearType), 18 (symmetrical
smoothing
),
/external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst
119
Controls OpenGL-style polygon
smoothing
/antialiasing
149
Whether lines should be smoothed. Line
smoothing
is simply anti-aliasing.
218
If this state is enabled, point
smoothing
and antialiasing are
234
Whether points should be smoothed. Point
smoothing
turns rectangular
/external/pdfium/third_party/freetype/include/freetype/
ftttdrv.h
230
* 34 GDI (Win 95) v1.6 font
smoothing
,
269
* feature is `symmetric
smoothing
'. `Classic ClearType' is the
272
*
smoothing
', and `Color ClearType' is sometimes also called `DWrite
288
* returns bits~13 (hinting for ClearType), 18 (symmetrical
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/libjpeg-turbo/simd/
jcsample-mmx.asm
26
; without
smoothing
.
168
; without
smoothing
.
jcsample-sse2-64.asm
27
; without
smoothing
.
171
; without
smoothing
.
jcsample-sse2.asm
26
; without
smoothing
.
181
; without
smoothing
.
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_Private.h
210
Mix_1St_Cll_t GainMixer; /* Gain
smoothing
*/
284
Mix_1St_Cll_FLOAT_t GainMixer; /* Gain
smoothing
*/
/external/webrtc/webrtc/modules/audio_processing/beamformer/
nonlinear_beamformer.cc
46
// Alpha coefficients for mask
smoothing
.
376
// Ramp up/down for
smoothing
. 1 mask per 10ms results in audible
506
// that exists at the boundary. However, this does mean when
smoothing
"away"
509
// Upward
smoothing
:
515
// Downward
smoothing
:
/external/aac/libPCMutils/src/
limiter.cpp
271
/* Apply the additional scaling that has no delay and no
smoothing
*/
323
/* gain
smoothing
, method: TDL_EXPONENTIAL */
334
/*
smoothing
filter */
/external/ImageMagick/ImageMagick/api/
feature.html
81
<dd>the radius of the gaussian
smoothing
filter. </dd>
85
<dd>the sigma of the gaussian
smoothing
filter. </dd>
segment.html
85
<p>the
smoothing
threshold eliminates noise in the second derivative of the histogram. As the value is increased, you can expect a smoother second derivative.</p>
/external/ImageMagick/www/api/
feature.html
85
<dd>the radius of the gaussian
smoothing
filter. </dd>
89
<dd>the sigma of the gaussian
smoothing
filter. </dd>
feature.php
81
<dd>the radius of the gaussian
smoothing
filter. </dd>
85
<dd>the sigma of the gaussian
smoothing
filter. </dd>
segment.php
85
<p>the
smoothing
threshold eliminates noise in the second derivative of the histogram. As the value is increased, you can expect a smoother second derivative.</p>
/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
Completed in 2506 milliseconds
1
2
3
4
5
6
7
8