OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficients
(Results
126 - 150
of
1013
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
PeriodicWave.idl
25
// PeriodicWave represents a periodic audio waveform given by its Fourier
coefficients
.
/external/chromium_org/third_party/opus/src/silk/fixed/
find_pitch_lags_FIX.c
63
/* Estimate LPC AR
coefficients
*/
89
/* Calculate the reflection
coefficients
using schur */
95
/* Convert reflection
coefficients
to prediction
coefficients
*/
/external/chromium_org/third_party/skia/src/pathops/
SkDQuadImplicit.cpp
59
// compute the implicit
coefficients
89
/* Given a pair of quadratics, determine their parametric
coefficients
.
90
* If the scaled
coefficients
are nearly equal, then the part of the quadratics
93
* lazily compute the
coefficients
, comparing the easiest to compute first.
/external/eigen/doc/snippets/
HouseholderSequence_HouseholderSequence.cpp
13
cout << "The Householder
coefficients
are: h = " << h.transpose() << endl;
/external/eigen/test/eigen2/
eigen2_newstdvector.cpp
89
typedef typename QuaternionType::
Coefficients
Coefficients
;
90
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
eigen2_qtvector.cpp
98
typedef typename QuaternionType::
Coefficients
Coefficients
;
99
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
eigen2_stdvector.cpp
88
typedef typename QuaternionType::
Coefficients
Coefficients
;
89
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
/external/eigen/test/
qtvector.cpp
98
typedef typename QuaternionType::
Coefficients
Coefficients
;
99
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
stdvector.cpp
88
typedef typename QuaternionType::
Coefficients
Coefficients
;
89
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
stdvector_overload.cpp
102
typedef typename QuaternionType::
Coefficients
Coefficients
;
103
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
/external/skia/src/pathops/
SkDQuadImplicit.cpp
59
// compute the implicit
coefficients
89
/* Given a pair of quadratics, determine their parametric
coefficients
.
90
* If the scaled
coefficients
are nearly equal, then the part of the quadratics
93
* lazily compute the
coefficients
, comparing the easiest to compute first.
/external/speex/libspeex/
lpc.c
64
* The next two functions calculate linear prediction
coefficients
65
* and/or the related reflection
coefficients
from the first P_MAX+1
74
spx_coef_t *lpc, /* out: [0...p-1] LPC
coefficients
*/
101
/* Update LPC
coefficients
and total error */
lsp.c
11
Coefficients
(LPC) to Line Spectral Pair (LSP) and back. Note that the
12
LSP
coefficients
are not in radians format but in the x domain of the
50
LSPs are used to encode the LPC filter
coefficients
{ak} for
55
A(z) is a polynomial of order lpcrdr with {ak} as the
coefficients
.
69
swap
coefficients
as we find roots. So the process of finding the
207
This function converts LPC
coefficients
to LSP
208
coefficients
.
220
/* float *a lpc
coefficients
*/
221
/* int lpcrdr order of LPC
coefficients
(10) */
250
/* determine P'(z)'s and Q'(z)'s
coefficients
wher
[
all
...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
lattice.c
46
/* set the Direct Form
coefficients
*/
51
/* compute lattice filter
coefficients
*/
180
/* compute the reflection
coefficients
using the step-down procedure*/
182
/* a and b are vectors which contain the direct form
coefficients
,
lpc_shape_swb16_tables.c
44
* A rotation matrix to remove correlation among LAR
coefficients
61
*
coefficients
.
214
* The smallest reconstruction points for quantiztion of LAR
coefficients
.
225
* Number of reconstruction points of quantizers for LAR
coefficients
.
/frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Tables.h
36
/*
Coefficients
constant table */
/frameworks/av/media/libeffects/lvm/lib/Common/src/
BP_1I_D16F16Css_TRC_WRA_01_Private.h
25
LVM_INT32 coefs[3]; /* pointer to the filter
coefficients
*/
BP_1I_D16F32Cll_TRC_WRA_01_Private.h
25
LVM_INT32 coefs[3]; /* pointer to the filter
coefficients
*/
BP_1I_D32F32Cll_TRC_WRA_02_Private.h
25
LVM_INT32 coefs[3]; /* pointer to the filter
coefficients
*/
BQ_1I_D16F16Css_TRC_WRA_01_Private.h
25
LVM_INT16 coefs[5]; /* pointer to the filter
coefficients
*/
BQ_1I_D16F32Css_TRC_WRA_01_Private.h
25
LVM_INT16 coefs[5]; /* pointer to the filter
coefficients
*/
BQ_2I_D16F16Css_TRC_WRA_01_Private.h
26
LVM_INT16 coefs[5]; /* pointer to the filter
coefficients
*/
BQ_2I_D16F32Css_TRC_WRA_01_Private.h
26
LVM_INT16 coefs[5]; /* pointer to the filter
coefficients
*/
BQ_2I_D32F32Cll_TRC_WRA_01_Private.h
27
LVM_INT32 coefs[5]; /* pointer to the filter
coefficients
*/
FO_1I_D16F16Css_TRC_WRA_01_Private.h
26
LVM_INT16 coefs[3]; /* pointer to the filter
coefficients
*/
Completed in 434 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>