OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LVPSA_MAXLEVELDECAYFACTOR
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h
60
#define
LVPSA_MAXLEVELDECAYFACTOR
0x4111 /* Decay factor for the maximum values calculation */
LVPSA_Process.c
236
temp = ((temp *
LVPSA_MAXLEVELDECAYFACTOR
)>>LVPSA_MAXLEVELDECAYSHIFT);
Completed in 9 milliseconds