OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficients
(Results
101 - 125
of
1013
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_IntraACVLC.c
31
* Performs VLC decoding and inverse zigzag scan of AC and DC
coefficients
34
*
coefficients
, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
78
* FLC table The number of
coefficients
is greater than 64
omxVCM4P2_EncodeVLCZigzag_IntraACVLC.c
29
* Performs zigzag scan and VLC encoding of AC and DC
coefficients
for one
32
*
coefficients
, as described in [ISO14496-2], subclause 7.4.1.4, Intra DC
omxVCM4P2_TransRecBlockCoef_inter.c
28
* Implements DCT, and quantizes the DCT
coefficients
of the inter block
43
* pDst - pointer to the quantized DCT
coefficients
buffer; must be aligned
/frameworks/base/graphics/java/android/renderscript/
ScriptIntrinsicConvolve3x3.java
39
* The default
coefficients
are.
83
* Set the
coefficients
for the convolve.
92
* @param v The array of
coefficients
to set
ScriptIntrinsicConvolve5x5.java
39
* The default
coefficients
are.
82
* Set the
coefficients
for the convolve.
93
* @param v The array of
coefficients
to set
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicConvolve3x3.java
36
* The default
coefficients
are.
78
* Set the
coefficients
for the convolve.
87
* @param v The array of
coefficients
to set
ScriptIntrinsicConvolve5x5.java
36
* The default
coefficients
are.
72
* Set the
coefficients
for the convolve.
83
* @param v The array of
coefficients
to set
/external/chromium_org/third_party/opus/src/silk/float/
LPC_analysis_filter_FLP.c
45
const silk_float PredCoef[], /* I LPC
coefficients
*/
83
const silk_float PredCoef[], /* I LPC
coefficients
*/
117
const silk_float PredCoef[], /* I LPC
coefficients
*/
149
const silk_float PredCoef[], /* I LPC
coefficients
*/
179
const silk_float PredCoef[], /* I LPC
coefficients
*/
212
const silk_float PredCoef[], /* I LPC
coefficients
*/
burg_modified_FLP.c
38
/* Compute reflection
coefficients
from input signal */
40
silk_float A[], /* O prediction
coefficients
(length order) */
126
/* Ensure adjusted reflection
coefficients
has the original sign */
135
/* Update the AR
coefficients
*/
145
/* Reached max prediction gain; set remaining
coefficients
to zero and exit loop */
172
/* Compute residual energy and store
coefficients
as silk_float */
LPC_inv_pred_gain_FLP.c
38
/* test if LPC
coefficients
are stable (all poles within unit circle) */
41
const silk_float *A, /* I prediction
coefficients
[order] */
/external/eigen/Eigen/src/Core/
Visitor.h
58
/** Applies the visitor \a visitor to the whole
coefficients
of the matrix or vector.
65
* // called for all other
coefficients
167
/** \returns the minimum of all
coefficients
of *this
184
/** \returns the minimum of all
coefficients
of *this
201
/** \returns the maximum of all
coefficients
of *this
218
/** \returns the maximum of all
coefficients
of *this
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c
40
/* Calculate double precision
coefficients
for a peaking filter */
45
/* pCoefficients Pointer to the
coefficients
*/
68
/* 2. The double precision
coefficients
are only used when fc is less than fs/85, so */
153
* Calculate the B1 and A0
coefficients
178
/* Calculate single precision
coefficients
for a peaking filter */
183
/* pCoefficients Pointer to the
coefficients
*/
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
f.cpp
13
* This file allows to compute the minimax polynomial
coefficients
we use
42
* and take the
coefficients
from the P = { ... } array.
/external/eigen/Eigen/src/Eigen2Support/Geometry/
Quaternion.h
25
* \param _Scalar the scalar type, i.e., the type of the
coefficients
56
/** the scalar type of the
coefficients
*/
59
/** the type of the
Coefficients
4-vector */
60
typedef Matrix<Scalar, 4, 1>
Coefficients
;
87
inline const Block<const
Coefficients
,3,1> vec() const { return m_coeffs.template start<3>(); }
90
inline Block<
Coefficients
,3,1> vec() { return m_coeffs.template start<3>(); }
92
/** \returns a read-only vector expression of the
coefficients
(x,y,z,w) */
93
inline const
Coefficients
& coeffs() const { return m_coeffs; }
95
/** \returns a vector expression of the
coefficients
(x,y,z,w) */
96
inline
Coefficients
& coeffs() { return m_coeffs;
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
f.cpp
13
* This file allows to compute the minimax polynomial
coefficients
we use
42
* and take the
coefficients
from the P = { ... } array.
/external/srec/audio/AudioIn/UNIX/include/
filter.h
26
typedef short typeCoeff; // FIR filter
coefficients
44
const typeCoeff *h; // pointer to FIR filter
coefficients
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
entropy_coding.h
27
* Decode real and imaginary part of the DFT
coefficients
, given a bit-stream.
42
*
coefficients
are written to.
44
* of DFT
coefficients
are written to.
54
* Encode real and imaginary part of the DFT
coefficients
into the given
59
*
coefficients
are written to.
61
* of DFT
coefficients
are written to.
136
* Decode LPC
coefficients
and interpolate to get the
coefficients
fo all
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes_s.h
30
OMX_StsACAAC_TnsCoefResErr EQU -154 ;// AAC: Invalid bit-resolution for TNS filter
coefficients
31
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
29
* Decodes the INTER block
coefficients
. Inverse quantization, inversely zigzag
31
* 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
30
OMX_StsACAAC_TnsCoefResErr EQU -154 ;// AAC: Invalid bit-resolution for TNS filter
coefficients
31
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
29
* Decodes the INTER block
coefficients
. Inverse quantization, inversely zigzag
31
* on the
coefficients
. The results (residuals) are placed in a contiguous array
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
armVCM4P10_PredictIntraDC4x4.c
29
* [in] pSrcLeft Pointer to the buffer of 16 left
coefficients
:
31
* [in] pSrcAbove Pointer to the buffer of 16 above
coefficients
:
/external/webrtc/src/common_audio/signal_processing/
resample.c
28
// interpolation
coefficients
438
// sum and accumulate filter
coefficients
and input samples
441
// sum and accumulate filter
coefficients
and input samples
444
// sum and accumulate filter
coefficients
and input samples
447
// sum and accumulate filter
coefficients
and input samples
450
// sum and accumulate filter
coefficients
and input samples
486
// sum and accumulate filter
coefficients
and input samples
489
// sum and accumulate filter
coefficients
and input samples
492
// sum and accumulate filter
coefficients
and input samples
495
// sum and accumulate filter
coefficients
and input sample
[
all
...]
/external/ceres-solver/examples/
fields_of_experts.h
61
//
coefficients
given in the constructor and the scalar parameters passed to it.
66
// filter
coefficients
passed to the constructor.
88
// This class loads a set of filters and
coefficients
from file. Then the users
136
// The
coefficients
in front of each term.
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadDSPKernel.cpp
118
// Recompute filter
coefficients
if any of the parameters have changed.
119
// FIXME: as an optimization, implement a way that a Biquad object can simply copy its internal filter
coefficients
from another Biquad object.
146
// We want to get the final values of the
coefficients
and compute
148
// set. Forcefully update the
coefficients
even if they are not
Completed in 196 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>