OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Coefs
(Results
1 - 7
of
7
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD_Init.c
40
pQPD_State->
Coefs
[0] = pCoef->KP;
41
pQPD_State->
Coefs
[1] = pCoef->KM;
LVPSA_QPD.h
31
LVM_INT32
Coefs
[2]; /* pointer to the filter coefficients */
LVPSA_QPD_Process.c
81
LVM_INT32 Kp = pQPDState->
Coefs
[0];
82
LVM_INT32 Km = pQPDState->
Coefs
[1];
/external/chromium_org/third_party/opus/src/silk/
resampler_structs.h
53
const opus_int16 *
Coefs
;
resampler.c
131
S->
Coefs
= silk_Resampler_3_4_COEFS;
135
S->
Coefs
= silk_Resampler_2_3_COEFS;
139
S->
Coefs
= silk_Resampler_1_2_COEFS;
143
S->
Coefs
= silk_Resampler_1_3_COEFS;
147
S->
Coefs
= silk_Resampler_1_4_COEFS;
151
S->
Coefs
= silk_Resampler_1_6_COEFS;
resampler_private_down_FIR.c
164
FIR_Coefs = &S->
Coefs
[ 2 ];
172
silk_resampler_private_AR2( S->sIIR, &buf[ S->FIR_Order ], in, S->
Coefs
, nSamplesIn );
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
LVREV_ApplyNewSettings.c
383
LVM_INT32
Coefs
[5];
419
Coefs
[i-1]=LVREV_GainPolyTable[Index][i];
421
Coefs
[4]=0;
422
Gain=LVM_Polynomial(3,
Coefs
,T60); /* Q.24 result */
438
Coefs
[i-1]=LVREV_GainPolyTable[Index-1][i];
440
Coefs
[4]=0;
442
Gain1=LVM_Polynomial(3,
Coefs
,T60); /* Q.24 result */
447
Coefs
[i-1]=LVREV_GainPolyTable[Index][i];
449
Coefs
[4]=0;
451
Gain2=LVM_Polynomial(3,
Coefs
,T60); /* Q.24 result *
[
all
...]
Completed in 45 milliseconds