OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nBands
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/lib/
LVPSA.h
76
LVM_UINT16
nBands
; /* Number of bands of the SA */
77
LVPSA_FilterParam_t *pFiltersParams; /* Points to
nBands
filter param structures for filters settings */
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/
LVPSA_Private.h
88
LVM_UINT16
nBands
; /* Number of bands of the spectrum analyzer */
95
LVPSA_BPFilterPrecision_en *pBPFiltersPrecision; /* Points a
nBands
elements array that contains the filter precision for each band */
96
Biquad_Instance_t *pBP_Instances; /* Points a
nBands
elements array that contains the band pass filter instance for each band */
97
Biquad_1I_Order2_Taps_t *pBP_Taps; /* Points a
nBands
elements array that contains the band pass filter taps for each band */
98
QPD_State_t *pQPD_States; /* Points a
nBands
elements array that contains the QPD filter instance for each band */
99
QPD_Taps_t *pQPD_Taps; /* Points a
nBands
elements array that contains the QPD filter taps for each band */
100
LVM_UINT16 *pPostGains; /* Points a
nBands
elements array that contains the post-filter gains for each band */
120
LVM_UINT8 *pPreviousPeaks; /* Points to a
nBands
elements array that contains the previous peak value of the level
/external/aac/libSBRdec/src/
env_calc.cpp
[
all
...]
Completed in 547 milliseconds