OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficients
(Results
276 - 300
of
1623
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webrtc/webrtc/common_audio/signal_processing/include/
signal_processing_library.h
442
// - lpc_coef : lpc_coef[0..order] LPC
coefficients
in Q12
443
// - refl_coef : refl_coef[0...order-1]| Reflection
coefficients
in Q15
451
// Converts reflection
coefficients
|refl_coef| to LPC
coefficients
|lpc_coef|.
456
// "rare" cases even if the reflection
coefficients
are stable.
459
// - refl_coef : Reflection
coefficients
in Q15 that should be converted
460
// to LPC
coefficients
461
// - use_order : Number of
coefficients
in |refl_coef|
464
// - lpc_coef : LPC
coefficients
in Q12
469
// Converts LPC
coefficients
|lpc_coef| to reflection coefficients |refl_coef|
[
all
...]
/external/webrtc/webrtc/modules/audio_processing/vad/
pole_zero_filter.cc
57
const float*
coefficients
) {
61
sum +=
coefficients
[k] * past[past_index];
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
weight_a.cpp
100
a = LPC
coefficients
(Word16)
102
a_exp = Spectral expanded LPC
coefficients
(Word16)
105
a_exp points to the updated spectral expanded LPC
coefficients
119
This function calculates the spectral expansion for the LP
coefficients
of
137
Word16 a[], // (i) : a[M+1] LPC
coefficients
(M=10)
139
Word16 a_exp[] // (o) : Spectral expanded LPC
coefficients
176
Word16 a[], /* (i) : a[M+1] LPC
coefficients
(M=10) */
178
Word16 a_exp[] /* (o) : Spectral expanded LPC
coefficients
*/
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.h
49
Purpose : calculation of energy
coefficients
for quantizers
106
* PURPOSE: calculation of several energy
coefficients
for unfiltered
124
Word16 frac_en[], /* o : energy
coefficients
(3), fraction part, Q15 */
125
Word16 exp_en[], /* o : energy
coefficients
(3), exponent part, Q0 */
133
* PURPOSE: calculation of several energy
coefficients
for filtered
136
* Compute
coefficients
need for the quantization and the optimum
161
Word16 frac_coeff[],/* o : energy
coefficients
(5), fraction part, Q15 */
162
Word16 exp_coeff[], /* o : energy
coefficients
(5), exponent part, Q0 */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h
44
OMX_StsACAAC_TnsCoefResErr EQU -154 ;// AAC: Invalid bit-resolution for TNS filter
coefficients
45
OMX_StsACAAC_TnsCoefErr EQU -153 ;// AAC: Invalid TNS filter
coefficients
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c
44
* Decodes the INTER block
coefficients
. Inverse quantization, inversely zigzag
46
* on the
coefficients
. The results (residuals) are placed in a contiguous array
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes_s.h
44
OMX_StsACAAC_TnsCoefResErr EQU -154 ;// AAC: Invalid bit-resolution for TNS filter
coefficients
45
OMX_StsACAAC_TnsCoefErr EQU -153 ;// AAC: Invalid TNS filter
coefficients
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c
44
* Decodes the INTER block
coefficients
. Inverse quantization, inversely zigzag
46
* on the
coefficients
. The results (residuals) are placed in a contiguous array
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeBlockCoef_Inter.c
44
* Decodes the INTER block
coefficients
. This function performs inverse
46
* clipping on each step) on the
coefficients
. The results (residuals) are
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c
44
* Performs zigzag scan and VLC encoding of AC and DC
coefficients
for one
47
*
coefficients
, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
omxVCM4P2_PredictReconCoefIntra.c
51
* aligned on a 4-byte boundary. The output
coefficients
are
72
*
coefficients
(QF) of the current block
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
threshold.rs
30
// Store our
coefficients
here
65
//Now we need to normalize the weights because all our
coefficients
need to add up to one
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
threshold.rs
30
// Store our
coefficients
here
65
//Now we need to normalize the weights because all our
coefficients
need to add up to one
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
threshold.rs
30
// Store our
coefficients
here
65
//Now we need to normalize the weights because all our
coefficients
need to add up to one
/device/google/dragon/audio/hal/dsp/
biquad.h
18
* We use double during the
coefficients
calculation for better accurary, but
/external/ImageMagick/MagickCore/
distort.h
28
coefficients
for common methods.
/external/eigen/doc/
FixedSizeVectorizable.dox
28
The array of
coefficients
of a fixed-size Eigen object is a plain "static array", it is not dynamically allocated. For example, the data behind a Matrix4f is just a "float array[16]".
QuickStartGuide.dox
69
The second example starts by declaring a 3-by-3 matrix \c m which is initialized using the \link DenseBase::Random(Index,Index) Random() \endlink method with random values between -1 and 1. The next line applies a linear mapping such that the values are between 10 and 110. The function call \link DenseBase::Constant(Index,Index,const Scalar&) MatrixXd::Constant\endlink(3,3,1.2) returns a 3-by-3 matrix expression having all
coefficients
equal to 1.2. The rest is standard arithmetics.
71
The next line of the \c main function introduces a new type: \c VectorXd. This represents a (column) vector of arbitrary size. Here, the vector \c v is created to contain \c 3
coefficients
which are left unitialized. The one but last line uses the so-called comma-initializer, explained in \ref TutorialAdvancedInitialization, to set all
coefficients
of the vector \c v to be as follows:
84
Now look back at the second example program. We presented two versions of it. In the version in the left column, the matrix is of type \c MatrixXd which represents matrices of arbitrary size. The version in the right column is similar, except that the matrix is of type \c Matrix3d, which represents matrices of a fixed size (here 3-by-3). Because the type already encodes the size of the matrix, it is not necessary to specify the size in the constructor; compare <tt>MatrixXd m(3,3)</tt> with <tt>Matrix3d m</tt>. Similarly, we have \c VectorXd on the left (arbitrary size) versus \c Vector3d on the right (fixed size). Note that here the
coefficients
of vector \c v are directly set in the constructor, though the same syntax of the left example could be used too.
/external/eigen/unsupported/Eigen/src/Skyline/
SkylineMatrixBase.h
49
/**< This is equal to the number of
coefficients
, i.e. the number of
114
/** \returns the number of
coefficients
, which is \a rows()*cols().
120
/** \returns the number of nonzero
coefficients
which is in practice the number
121
* of stored
coefficients
. */
/external/fec/
dtest.c
67
/* Generate set of
coefficients
/external/freetype/src/cff/
cffobjs.h
106
FT_Fixed xx, xy; /* transformation matrix
coefficients
*/
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/
cffobjs.h
106
FT_Fixed xx, xy; /* transformation matrix
coefficients
*/
/external/libopus/silk/
A2NLSF.c
28
/* Conversion between prediction filter
coefficients
and NLSFs */
110
/* Compute Normalized Line Spectral Frequencies (NLSFs) from whitening filter
coefficients
*/
111
/* If not all roots are found, the a_Q16
coefficients
are bandwidth expanded until convergence. */
114
opus_int32 *a_Q16, /* I/O Monic whitening filter
coefficients
in Q16 [d] */
/external/libvpx/libvpx/vp9/encoder/
vp9_context_tree.h
46
//
coefficients
are quantized to 0, skippable is set to 0.
/external/opencv3/samples/python2/
calibrate.py
71
print "distortion
coefficients
: ", dist_coefs.ravel()
Completed in 475 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>