OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficient
(Results
76 - 100
of
1130
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
filterbank_tables.h
28
/*********************
Coefficient
Tables ************************/
pitch_estimator.h
46
const int16_t*
coefficient
,
pitch_gain_tables.h
23
/********************* Pitch Filter Gain
Coefficient
Tables ************************/
filterbanks.c
94
const int16_t *
coefficient
,
125
:[coeff]"r"(
coefficient
),
132
a1 = WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[5], state0) +
133
(WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[4], state0) >> 16);
134
b1 = WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[7], state1) +
135
(WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[6], state1) >> 16);
138
a2 = WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[1], state0) +
139
(WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[0], state0) >> 16);
140
b2 = WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[3], state1) +
141
(WEBRTC_SPL_MUL_16_32_RSFT16(
coefficient
[2], state1) >> 16)
[
all
...]
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbank_tables.h
24
/*********************
Coefficient
Tables ************************/
pitch_gain_tables.h
24
/********************* Pitch Filter Gain
Coefficient
Tables ************************/
/external/webrtc/webrtc/modules/audio_coding/neteq/
buffer_level_filter.h
36
// filter
coefficient
.
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
rate_statistics.h
22
// scale =
coefficient
to convert counts/ms to desired units,
/frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.h
33
* TC = filter
coefficient
type (one of int16_t, int32_t, or float)
37
* For integer input data types TI, the
coefficient
type TC is either int16_t or int32_t.
38
* For float input data types TI, the
coefficient
type TC is float.
159
Constants mConstants; // current set of
coefficient
parameters
/frameworks/av/media/libeffects/testlibs/
AudioShelvingFilter.h
35
// using a linear interpolation from a
coefficient
table, using a
38
// fractional indices into the
coefficient
table.
135
// A
coefficient
interpolator, used for mapping the high level parameters to
138
// A
coefficient
interpolator, used for mapping the high level parameters to
/frameworks/base/graphics/java/android/graphics/
EmbossMaskFilter.java
27
* @param specular
coefficient
for specular highlights (e.g. 8)
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c
75
/* 3. The value of the B2
coefficient
is only calculated as a single precision value, */
131
* Calculate the B2
coefficient
145
factor = 0x7fff; /* Initialise to 1.0 for the a0
coefficient
*/
149
coef = LVEQNB_DPCosCoef[i]; /* Get the nth
coefficient
*/
322
* Calculate the B2
coefficient
336
factor = 0x7fff; /* Initialise to 1.0 for the a0
coefficient
*/
340
coef = LVEQNB_CosCoef[i]; /* Get the nth
coefficient
*/
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
gamma.tcc
266
* @brief Return the logarithm of the binomial
coefficient
.
267
* The binomial
coefficient
is given by:
272
* @param __n The first argument of the binomial
coefficient
.
273
* @param __k The second argument of the binomial
coefficient
.
274
* @return The binomial
coefficient
.
297
* @brief Return the binomial
coefficient
.
298
* The binomial
coefficient
is given by:
303
* @param __n The first argument of the binomial
coefficient
.
304
* @param __k The second argument of the binomial
coefficient
.
305
* @return The binomial
coefficient
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
gamma.tcc
266
* @brief Return the logarithm of the binomial
coefficient
.
267
* The binomial
coefficient
is given by:
272
* @param __n The first argument of the binomial
coefficient
.
273
* @param __k The second argument of the binomial
coefficient
.
274
* @return The binomial
coefficient
.
297
* @brief Return the binomial
coefficient
.
298
* The binomial
coefficient
is given by:
303
* @param __n The first argument of the binomial
coefficient
.
304
* @param __k The second argument of the binomial
coefficient
.
305
* @return The binomial
coefficient
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_Tables.c
33
/* Stereo Enhancer
coefficient
constant tables */
37
/*
Coefficient
table for the middle filter */
88
/*
Coefficient
table for the side filter */
165
/* Equaliser
coefficient
constant tables */
437
/*
Coefficient
order: */
/frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicHistogram.java
112
* @param r Red
coefficient
113
* @param g Green
coefficient
114
* @param b Blue
coefficient
115
* @param a Alpha
coefficient
119
throw new RSIllegalArgumentException("
Coefficient
may not be negative.");
/frameworks/rs/support/java/src/android/support/v8/renderscript/
ScriptIntrinsicHistogram.java
122
* @param r Red
coefficient
123
* @param g Green
coefficient
124
* @param b Blue
coefficient
125
* @param a Alpha
coefficient
129
throw new RSIllegalArgumentException("
Coefficient
may not be negative.");
/external/deqp/modules/gles2/functional/
es2fFlushFinishTests.cpp
362
const float normWaitCoef = waitLine.
coefficient
* float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
363
const float normReadCoef = readLine.
coefficient
* float(calibrationParams.maxDrawCalls) / float(MAX_SAMPLE_DURATION_US);
376
m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait
coefficient
", "", QP_KEY_TAG_NONE, waitLine.
coefficient
)
377
<< TestLog::Float("ReadCoefficient", "Read
coefficient
", "", QP_KEY_TAG_NONE, readLine.
coefficient
)
378
<< TestLog::Float("NormalizedWaitCoefficient", "Normalized wait
coefficient
", "", QP_KEY_TAG_NONE, normWaitCoef)
379
<< TestLog::Float("NormalizedReadCoefficient", "Normalized read
coefficient
", "", QP_KEY_TAG_NONE, normReadCoef);
411
m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << name << "
coefficient
to be " << cmpName << " " << threshold << TestLog::EndMessage;
/external/eigen/Eigen/src/Core/
DenseCoeffsBase.h
22
/** \brief Base class providing read-only
coefficient
access to matrices and arrays.
87
* repeated
coefficient
access. Only use this when it is guaranteed that the
110
/** \returns the
coefficient
at given the given row and column.
128
* repeated
coefficient
access. Only use this when it is guaranteed that the
148
/** \returns the
coefficient
at given index.
166
/** \returns the
coefficient
at given index.
288
/** \brief Base class providing read/write
coefficient
access to matrices and arrays.
331
* repeated
coefficient
access. Only use this when it is guaranteed that the
355
/** \returns a reference to the
coefficient
at given the given row and column.
376
* repeated
coefficient
access. Only use this when it is guaranteed that th
[
all
...]
GlobalFunctions.h
17
/** \returns an expression of the
coefficient
-wise DOC_OP of \a x
92
/** \returns an expression of the
coefficient
-wise power of \a x to the given constant \a exponent.
119
/** \returns an expression of the
coefficient
-wise power of \a x to the given array of \a exponents.
121
* This function computes the
coefficient
-wise power.
140
/** \returns an expression of the
coefficient
-wise power of the scalar \a x to the given array of \a exponents.
142
* This function computes the
coefficient
-wise power between a scalar and an array of exponents.
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Control.c
568
* Calculate the B2
coefficient
582
factor = 1.0f; /* Initialise to 1.0 for the a0
coefficient
*/
586
coef = LVPSA_Float_CosCoef[i]; /* Get the nth
coefficient
*/
649
* Calculate the B2
coefficient
663
factor = 0x7fff; /* Initialise to 1.0 for the a0
coefficient
*/
667
coef = LVPSA_CosCoef[i]; /* Get the nth
coefficient
*/
[
all
...]
/external/eigen/bench/perf_monitoring/gemm/
changesets.txt
49
7085:627e039fba68 # Bug 986: add support for
coefficient
-based product with 0 depth.
58
9148:b8b8c421e36c # Relax mixing-type constraints for binary
coefficient
-wise operators
/external/eigen/doc/
TutorialReductionsVisitorsBroadcasting.dox
35
If you want other
coefficient
-wise \f$\ell^p\f$ norms, use the \link MatrixBase::lpNorm lpNorm<p>() \endlink method. The template parameter \a p can take the special value \a Infinity if you want the \f$\ell^\infty\f$ norm, which is the maximum of the absolute values of the coefficients.
66
These are typically used in conjunction with the
coefficient
-wise comparison and equality operators provided by Array. For instance, <tt>array > 0</tt> is an %Array of the same size as \c array , with \b true at those positions where the corresponding
coefficient
of \c array is positive. Thus, <tt>(array > 0).all()</tt> tests whether all coefficients of \c array are positive. This can be seen in the following example:
84
Visitors are useful when one wants to obtain the location of a
coefficient
inside
88
the location of the greatest or smallest
coefficient
in a Matrix or
104
Both functions also return the value of the minimum or maximum
coefficient
.
198
can also use the operators <tt>*=</tt>, <tt>/=</tt>, <tt>*</tt> and <tt>/</tt> to perform
coefficient
-wise
254
this operation is a row vector where each
coefficient
is the squared Euclidean distance between each column in <tt>m</tt> and <tt>v</tt>: \f[
/external/ipsec-tools/src/racoon/
prsa_par.h
56
COEFFICIENT
= 272,
80
#define
COEFFICIENT
272
prsa_tok.l
80
Coefficient
{ return
COEFFICIENT
; }
Completed in 575 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>