OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Coefs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_QPD.h
31
LVM_INT32
Coefs
[2]; /* pointer to the filter coefficients */
/external/libopus/silk/
resampler_structs.h
53
const opus_int16 *
Coefs
;
/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 459 milliseconds