OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficients
(Results
151 - 175
of
1013
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libeffects/lvm/lib/Common/src/
FO_1I_D32F32Cll_TRC_WRA_01_Private.h
27
LVM_INT32 coefs[3]; /* pointer to the filter
coefficients
*/
FO_2I_D16F32Css_LShx_TRC_WRA_01_Private.h
26
LVM_INT16 coefs[3]; /* pointer to the filter
coefficients
*/
PK_2I_D32F32CllGss_TRC_WRA_01_Private.h
26
LVM_INT32 coefs[5]; /* pointer to the filter
coefficients
*/
PK_2I_D32F32CssGss_TRC_WRA_01_Private.h
27
LVM_INT32 coefs[5]; /* pointer to the filter
coefficients
*/
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Init.c
30
/* pCoef Pointer to the filter's
coefficients
*/
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.h
33
#include "LVCS_Headphone_Coeffs.h" /* Headphone
coefficients
*/
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c
28
* Decodes the INTRA block
coefficients
. Inverse quantization, inversely zigzag
30
* on the
coefficients
. The results are then placed in the output frame/plane on
61
* for coding of Intra DC
coefficients
as per Table
64
* if the ac
coefficients
of the first row or first
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c
34
* Decodes the INTRA block
coefficients
. Inverse quantization, inversely zigzag
36
* on the
coefficients
. The results are then placed in the output frame/plane on
67
* for coding of Intra DC
coefficients
as per Table
70
* if the ac
coefficients
of the first row or first
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_DecodeCoeffsToPair.c
13
* H.264 decode
coefficients
module
47
* [in] sMaxNumCoeff Maximum number of non-zero
coefficients
in current
53
* [out] pNumCoeff Pointer to the number of nonzero
coefficients
in
221
/* Fill in
coefficients
*/
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Intra.c
28
* Decodes the INTRA block
coefficients
. Inverse quantization, inversely
30
* performed on the
coefficients
. The results are then placed in the output
55
*
coefficients
as per [ISO14496-2], Table 6-21.
57
* the ac
coefficients
of the first row or first column are
/frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicHistogram.java
89
* Set the
coefficients
used for the RGBA to Luminocity
92
*
Coefficients
must be >= 0 and sum to 1.0 or less.
104
throw new RSIllegalArgumentException("Sum of
coefficients
must be 1.0 or less.");
147
* the
coefficients
from 'setDotCoefficients' are used to
/libcore/luni/src/main/java/java/security/spec/
EllipticCurve.java
46
*
coefficients
and seed.
57
* if the specified
coefficients
are not in the specified field.
103
*
coefficients
.
112
* if the specified
coefficients
are not in the specified field.
/external/eigen/Eigen/src/Core/util/
Constants.h
64
* Long version: means that the
coefficients
can be handled by packets
68
*
coefficients
by packets (this implies the requirement that the size be a multiple of 16 bytes,
96
* Long version: means that one can access the
coefficients
116
* Means the expression has a coeffRef() method, i.e. is writable as its individual
coefficients
are directly addressable.
130
* Means that the underlying array of
coefficients
can be directly accessed as a plain strided array. The memory layout
131
* of the array of
coefficients
must be exactly the natural one suggested by rows(), cols(),
132
* outerStride(), innerStride(), and the RowMajorBit. This rules out expressions such as Diagonal, whose
coefficients
,
262
/** \internal Don't require alignment for the matrix itself (the array of
coefficients
, if dynamically allocated, may still be requested to be aligned) */ // FIXME --- clarify the situation
306
/** Direct read-only access to the
coefficients
. */
308
/** Direct read/write access to the
coefficients
. *
[
all
...]
/external/eigen/Eigen/src/SparseCore/
AmbiVector.h
164
/** Set all
coefficients
of current subvector to zero */
277
/** Iterator over the nonzero
coefficients
*/
287
* \param epsilon the minimal value used to prune zero
coefficients
.
288
* In practice, all
coefficients
having a magnitude smaller than \a epsilon
361
RealScalar m_epsilon; // epsilon used to prune zero
coefficients
/external/webrtc/src/common_audio/signal_processing/
resample_fractional.c
20
// interpolation
coefficients
217
// sum and accumulate filter
coefficients
and input samples
229
// sum and accumulate filter
coefficients
and input samples
232
// sum and accumulate filter
coefficients
and input samples
235
// sum and accumulate filter
coefficients
and input samples
/external/eigen/Eigen/src/Core/
Matrix.h
78
* Dense matrices and vectors are plain usual arrays of
coefficients
. All the
coefficients
are stored, in an ordinary contiguous array.
79
* This is unlike Sparse matrices and vectors where the
coefficients
are stored as a list of nonzero
coefficients
.</dd>
83
* of
coefficients
as a fixed-size array, as a class member. This makes sense for very small matrices, typically up to 4x4, sometimes up
87
* variables, and the array of
coefficients
is allocated dynamically on the heap.
244
/** \brief Constructs an initialized 2D vector with given
coefficients
*/
248
/** \brief Constructs an initialized 3D vector with given
coefficients
*/
257
/** \brief Constructs an initialized 4D vector with given
coefficients
*/
CwiseNullaryOp.h
18
* \brief Generic expression of a matrix where all
coefficients
are defined by a functor
295
/** \returns true if all
coefficients
in this matrix are approximately equal to \a value, to within precision \a prec */
309
* \returns true if all
coefficients
in this matrix are approximately equal to \a value, to within precision \a prec */
317
/** Alias for setConstant(): sets all
coefficients
in this expression to \a value.
327
/** Sets all
coefficients
in this expression to \a value.
337
/** Resizes to the given \a size, and sets all
coefficients
in this expression to the given \a value.
354
/** Resizes to the given size, and sets all
coefficients
in this expression to the given \a value.
358
* \param value the value to which all
coefficients
are set
491
/** Sets all
coefficients
in this expression to zero.
504
/** Resizes to the given \a size, and sets all
coefficients
in this expression to zero
[
all
...]
BooleanRedux.h
71
/** \returns true if all
coefficients
are true
126
/** \returns the number of
coefficients
which evaluate to true
/external/webrtc/src/common_audio/signal_processing/include/
signal_processing_library.h
[
all
...]
/external/chromium_org/third_party/opus/src/silk/fixed/
burg_modified_FIX.c
43
/* Compute reflection
coefficients
from input signal */
47
opus_int32 A_Q16[], /* O Prediction
coefficients
(length order) */
201
/* Ensure adjusted reflection
coefficients
has the original sign */
210
/* Update the AR
coefficients
*/
220
/* Reached max prediction gain; set remaining
coefficients
to zero and exit loop */
238
/* Scale
coefficients
*/
/external/jpeg/
jcdctmgr.c
76
*
coefficients
multiplied by 8 (to counteract scaling).
93
*
coefficients
scaled by scalefactor[row]*scalefactor[col], where
131
*
coefficients
scaled by scalefactor[row]*scalefactor[col], where
176
* blocks. The quantized
coefficients
are returned in coef_blocks[].
226
/* Quantize/descale the
coefficients
, and store into coef_blocks[] */
317
/* Quantize/descale the
coefficients
, and store into coef_blocks[] */
/external/qemu/distrib/jpeg-6b/
jcdctmgr.c
76
*
coefficients
multiplied by 8 (to counteract scaling).
93
*
coefficients
scaled by scalefactor[row]*scalefactor[col], where
131
*
coefficients
scaled by scalefactor[row]*scalefactor[col], where
176
* blocks. The quantized
coefficients
are returned in coef_blocks[].
226
/* Quantize/descale the
coefficients
, and store into coef_blocks[] */
317
/* Quantize/descale the
coefficients
, and store into coef_blocks[] */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h
54
Word16 A[], /* (o) Q12 : A[M] LPC
coefficients
(m = 16) */
55
Word16 rc[], /* (o) Q15 : rc[M] Reflection
coefficients
. */
60
Word16 a[], /* (i) Q12 : predictor
coefficients
*/
67
Word16 a[], /* (o) Q12 : predictor
coefficients
(order = M) */
89
Word16 Az[] /* output: LP
coefficients
in 4 subframes */
93
Word16 a[], /* (i) Q12 : a[m+1] LPC
coefficients
*/
94
Word16 ap[], /* (o) Q12 : Spectral expanded LPC
coefficients
*/
265
Word16 a[], /* (i) Q12 : prediction
coefficients
*/
272
Word16 a[], /* (i) Q12 : prediction
coefficients
*/
279
Word16 a[], /* (i) Q12 : a[m+1] prediction
coefficients
*/
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadProcessor.cpp
72
// The BiquadDSPKernel objects rely on this value to see if they need to re-compute their internal filter
coefficients
.
89
// Smooth all of the filter parameters. If they haven't yet converged to their target value then mark
coefficients
as dirty.
PeriodicWave.h
50
// Creates an arbitrary periodic wave given the frequency components (Fourier
coefficients
).
91
// Creates tables based on numberOfComponents Fourier
coefficients
.
Completed in 182 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>