OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coefficients
(Results
176 - 200
of
1642
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libjpeg-turbo/simd/
jfdctflt-3dn.asm
89
movq mm4,mm0 ; transpose
coefficients
92
movq mm5,mm2 ; transpose
coefficients
113
movq mm4,mm1 ; transpose
coefficients
116
movq mm0,mm2 ; transpose
coefficients
204
movq mm4,mm0 ; transpose
coefficients
207
movq mm5,mm2 ; transpose
coefficients
228
movq mm4,mm1 ; transpose
coefficients
231
movq mm0,mm2 ; transpose
coefficients
jfdctint-mmx.asm
136
movq mm4,mm0 ; transpose
coefficients
(phase 1)
139
movq mm5,mm2 ; transpose
coefficients
(phase 1)
154
movq mm4,mm6 ; transpose
coefficients
(phase 1)
157
movq mm2,mm1 ; transpose
coefficients
(phase 1)
161
movq mm7,mm6 ; transpose
coefficients
(phase 2)
164
movq mm3,mm2 ; transpose
coefficients
(phase 2)
180
movq mm7,mm4 ; transpose
coefficients
(phase 2)
183
movq mm6,mm1 ; transpose
coefficients
(phase 2)
378
movq mm4,mm0 ; transpose
coefficients
(phase 1)
381
movq mm5,mm2 ; transpose
coefficients
(phase 1
[
all
...]
/external/libopus/silk/float/
LPC_inv_pred_gain_FLP.c
37
/* test if LPC
coefficients
are stable (all poles within unit circle) */
40
const silk_float *A, /* I prediction
coefficients
[order] */
/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/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
lsf_check.c
23
* check for stability of lsf
coefficients
43
/* Seperate
coefficients
with a safety margin of 50 Hz */
lsf_to_lsp.c
23
* conversion from lsf to lsp
coefficients
29
int16_t m /* (i) number of
coefficients
*/
lsf_to_poly.c
25
int16_t *a, /* (o) predictor
coefficients
(order = 10) in Q12 */
59
/* Get the A(z)
coefficients
simple_lsf_dequant.c
23
* obtain dequantized lsf
coefficients
from quantization index
27
int16_t *lsfdeq, /* (o) dequantized lsf
coefficients
*/
/external/webrtc/webrtc/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
/external/webrtc/webrtc/modules/audio_processing/vad/
vad_audio_proc_internal.h
87
"numerator
coefficients
incorrect size");
90
"denominator
coefficients
incorrect size");
/frameworks/av/media/libeffects/lvm/lib/Eq/src/
LVEQNB_CalcCoef.c
42
/* Calculate double precision
coefficients
for a peaking filter */
47
/* pCoefficients Pointer to the
coefficients
*/
70
/* 2. The double precision
coefficients
are only used when fc is less than fs/85, so */
156
* Calculate the B1 and A0
coefficients
181
/* Calculate single precision
coefficients
for a peaking filter */
186
/* pCoefficients Pointer to the
coefficients
*/
254
* Calculate the B2,B1,A0
coefficients
263
/* all the
coefficients
are multiplied with 2 to make them align with fixed point values*/
/frameworks/av/media/libeffects/lvm/lib/StereoWidening/src/
LVCS_StereoEnhancer.c
37
/* The function selects the
coefficients
for the filters and clears the data */
39
/* parameters changes but will only change the
coefficients
and clear the history */
80
* Set the filter
coefficients
based on the sample rate
85
/* Convert incoming
coefficients
to the required format/ordering */
111
/* Convert incoming
coefficients
to the required format/ordering */
169
* Set the filter
coefficients
based on the sample rate
174
/* Convert incoming
coefficients
to the required format/ordering */
199
/* Convert incoming
coefficients
to the required format/ordering */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/
matrix.h
17
* element is 1. The next elements are the unknown
coefficients
, followed by
18
* the parameter
coefficients
, then the constant term. For instance, the
/external/webrtc/webrtc/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/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
package.html
23
were the parameters are the
coefficients
of a function <code>f</code>
/external/eigen/doc/snippets/
HouseholderSequence_HouseholderSequence.cpp
13
cout << "The Householder
coefficients
are: h = " << h.transpose() << endl;
/external/eigen/test/
qtvector.cpp
98
typedef typename QuaternionType::
Coefficients
Coefficients
;
99
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
stddeque_overload.cpp
100
typedef typename QuaternionType::
Coefficients
Coefficients
;
101
QuaternionType x(
Coefficients
::Random()), y(
Coefficients
::Random());
stdlist_overload.cpp
128
typedef typename QuaternionType::
Coefficients
Coefficients
;
129
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/freetype/include/freetype/internal/
cffotypes.h
95
FT_Fixed xx, xy; /* transformation matrix
coefficients
*/
/external/libhevc/common/
ihevc_trans_macros.h
136
/* Reference Inverse Quantization: "pi2_src"(
Coefficients
) will be clipped to 15 or 14 bits when (qp_div > shift_iq). Spec doesn't have any clip mentioned */
139
/* No clipping is needed for "pi2_src"(
coefficients
) */
155
/* 1. Clip "pi2_src"(
coefficients
) to 10 bits if "(qp_div >= shift_iq)" or 16 bits if "(qp_div < shift_iq)"*/
156
/* 2. Increasing precision of "pi2_src"(
coefficients
) to 64 bits */
/external/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
TJTransformer.java
73
* buffers. Lossless transforms work by moving the raw
coefficients
from one
75
*
coefficients
. While this is typically faster than decompressing the
78
* decoding on all of the
coefficients
in the source image, regardless of the
82
* read the source
coefficients
multiple times.
/external/libopus/silk/
LPC_inv_pred_gain.c
41
/* test if LPC
coefficients
are stable (all poles within unit circle) */
43
opus_int32 A_QA[ SILK_MAX_ORDER_LPC ], /* I Prediction
coefficients
*/
123
const opus_int16 *A_Q12, /* I Prediction
coefficients
, Q12 [order] */
131
/* Increase Q domain of the AR
coefficients
*/
Completed in 469 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>