OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficients
(Results
376 - 400
of
1642
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h
130
* rounds a double to the nearest integer for FIR
coefficients
.
135
* S32
coefficients
(noise shaping doesn't gain much).
143
* FIR
coefficients
generated here are never that close to 1.0 to pose an overflow condition).
146
* For 16b
coefficients
this can improve stopband dB performance by up to 2dB.
399
* @param halfNumCoef is half the number of
coefficients
per filter phase.
436
* We could fetch
coefficients
in a non-contiguous fashion
507
* @param halfNumCoef should be half the number of
coefficients
for a single
572
* @param halfNumCoef should be half the number of
coefficients
for a single
696
* @param coef is the caller allocated space for
coefficients
. This should be
701
* @param halfNumCoef should be half the number of
coefficients
for a singl
[
all
...]
/device/generic/goldfish/camera/fake-pipeline2/
Scene.h
40
// Set the filter
coefficients
for the red, green, and blue filters on the
87
// Sensor color filtering
coefficients
in XYZ
/device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
Scene.h
38
// Set the filter
coefficients
for the red, green, and blue filters on the
74
// Sensor color filtering
coefficients
in XYZ
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
MultiDirectional.java
42
/** Build a multi-directional optimizer with default
coefficients
.
50
/** Build a multi-directional optimizer with specified
coefficients
.
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
CurveFitter.java
114
* <p>This method compute the
coefficients
of the curve that best
143
// extract the
coefficients
/external/eigen/Eigen/src/Geometry/
Rotation2D.h
21
* \tparam _Scalar the scalar type, i.e., the type of the
coefficients
50
/** the scalar type of the
coefficients
*/
RotationBase.h
33
/** the scalar type of the
coefficients
*/
167
* \tparam Scalar the numeric type of the matrix
coefficients
Scaling.h
21
* \tparam _Scalar the scalar type, i.e., the type of the
coefficients
.
36
/** the scalar type of the
coefficients
*/
/external/eigen/Eigen/src/plugins/
CommonCwiseBinaryOps.h
15
* \note If you want to substract a given scalar from all
coefficients
, see Cwise::operator-().
23
* \note If you want to add a given scalar to all
coefficients
, see Cwise::operator+().
/external/eigen/doc/
TutorialSparse.dox
22
In many applications (e.g., finite element methods) it is common to deal with very large matrices where only a few
coefficients
are different from zero. In such cases, memory consumption can be reduced and performance increased by using a specialized representation storing only the nonzero
coefficients
. Such a matrix is called a sparse matrix.
99
In the main function, we declare a list \c
coefficients
of triplets (as a std vector) and the right hand side vector \f$ b \f$ which are filled by the \a buildProblem function.
147
<tr><td>Number of non \n zero
coefficients
</td><td>\code
154
\b Iterating \b over \b the \b nonzero \b
coefficients
\n
192
For instance, the cost of a single purely random insertion into a SparseMatrix is \c O(nnz), where \c nnz is the current number of non-zero
coefficients
.
289
dm2 = sm1.selfadjointView<>() * dm1; // if all
coefficients
of A are stored
345
dm2 = sm1.selfadjointView<>() * dm1; // if all
coefficients
of A are stored
/external/eigen/test/
visitor.cpp
20
// construct a random matrix where all
coefficients
are different
72
// construct a random vector where all
coefficients
are different
/external/eigen/unsupported/Eigen/
Polynomials
57
computes the
coefficients
\f$ a_i \f$ of
70
The following code: first computes the
coefficients
in the monomial basis of the monic polynomial that has the provided roots;
/external/libavc/encoder/
ih264e_globals.h
87
* basing on its surrounding
coefficients
90
* @remarks Refer Section 2.3 Elimination of single
coefficients
in inter
/external/libjpeg-turbo/simd/
jidctred-sse2-64.asm
98
; Perform dequantization and inverse DCT on one block of
coefficients
,
288
movdqa xmm6,xmm1 ; transpose
coefficients
(phase 1)
291
movdqa xmm7,xmm2 ; transpose
coefficients
(phase 1)
295
movdqa xmm0,xmm1 ; transpose
coefficients
(phase 2)
298
movdqa xmm3,xmm6 ; transpose
coefficients
(phase 2)
368
movdqa xmm0,xmm4 ; transpose
coefficients
(phase 1)
372
movdqa xmm6,xmm4 ; transpose
coefficients
(phase 2)
401
; Perform dequantization and inverse DCT on one block of
coefficients
,
jidctred-sse2.asm
97
; Perform dequantization and inverse DCT on one block of
coefficients
,
295
movdqa xmm6,xmm1 ; transpose
coefficients
(phase 1)
298
movdqa xmm7,xmm2 ; transpose
coefficients
(phase 1)
302
movdqa xmm0,xmm1 ; transpose
coefficients
(phase 2)
305
movdqa xmm3,xmm6 ; transpose
coefficients
(phase 2)
375
movdqa xmm0,xmm4 ; transpose
coefficients
(phase 1)
379
movdqa xmm6,xmm4 ; transpose
coefficients
(phase 2)
412
; Perform dequantization and inverse DCT on one block of
coefficients
,
/external/libopus/silk/
VQ_WMat_EC.c
39
opus_int *gain_Q7, /* O sum of absolute LTP
coefficients
*/
46
const opus_int32 max_gain_Q7, /* I maximum sum of absolute LTP
coefficients
*/
quant_LTP_gains.c
88
&gain_Q7, /* O sum of absolute LTP
coefficients
*/
95
max_gain_Q7, /* I maximum sum of absolute LTP
coefficients
*/
tables_other.c
115
/* Interpolation points for filter
coefficients
used in the bandwidth transition smoother */
125
/* Interpolation points for filter
coefficients
used in the bandwidth transition smoother */
/external/libopus/silk/float/
find_pred_coefs_FLP.c
34
/* Find LPC and LTP
coefficients
*/
109
/* Calculate residual energy using quantized LPC
coefficients
*/
/external/libopus/silk/x86/
VQ_WMat_EC_sse.c
42
opus_int *gain_Q7, /* O sum of absolute LTP
coefficients
*/
49
const opus_int32 max_gain_Q7, /* I maximum sum of absolute LTP
coefficients
*/
/external/libvpx/libvpx/vp8/common/
blockd.h
145
/* does this mb has
coefficients
at all, 1=no
coefficients
, 0=need decode
/external/tensorflow/tensorflow/docs_src/community/
style_guide.md
117
"""My operation that adds two tensors with given
coefficients
.
129
`Tensor` of same shape as `tensor_in`, sum of input values with
coefficients
.
/external/webrtc/webrtc/common_audio/signal_processing/
resample_by_2.c
22
// allpass filter
coefficients
.
57
// allpass filter
coefficients
.
/external/webrtc/webrtc/common_audio/vad/
vad_sp.c
19
// Allpass filter
coefficients
, upper and lower, in Q13.
38
// Filter
coefficients
in Q13, filter state in Q0.
/frameworks/av/media/img_utils/include/img_utils/
DngUtils.h
134
* kCoeffs - A list of
coefficients
for the polynomial equation representing the distortion
135
* correction. For each plane, 6
coefficients
must be included:
Completed in 640 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>