OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Coefs
(Results
1 - 4
of
4
) 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];
/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 187 milliseconds