OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ana_max_level
(Results
1 - 6
of
6
) sorted by null
/external/aac/libSBRenc/src/
nf_est.h
102
FIXP_DBL
ana_max_level
; /*!< Max level allowed. */
member in struct:__anon6402
130
INT
ana_max_level
, /*!< Maximum level of the adaptive noise. */
nf_est.cpp
173
FIXP_DBL
ana_max_level
, /*!< Maximum level of the adaptive noise.*/
278
*noiseLevel = fixMin(*noiseLevel,
ana_max_level
); /*
ana_max_level
is scaled with factor 0.25 */
345
h_sbrNoiseFloorEstimate->
ana_max_level
,
433
INT
ana_max_level
, /*!< Maximum level of the adaptive noise. */
460
/* h_sbrNoiseFloorEstimate->
ana_max_level
is scaled by 0.25 */
461
switch(
ana_max_level
)
464
h_sbrNoiseFloorEstimate->
ana_max_level
= (FIXP_DBL)MAXVAL_DBL;
467
h_sbrNoiseFloorEstimate->
ana_max_level
= FL2FXCONST_DBL(0.5);
470
h_sbrNoiseFloorEstimate->
ana_max_level
= FL2FXCONST_DBL(0.125)
[
all
...]
ton_corr.h
182
INT
ana_max_level
, /*!< Maximum level of the adaptive noise. */
ton_corr.cpp
665
INT
ana_max_level
, /*!< Maximum level of the adaptive noise. */
759
ana_max_level
,
[
all
...]
sbr_encoder.cpp
483
config->
ana_max_level
= sbrTuningTable[idx].noiseMaxLevel ;
630
config->
ana_max_level
= 6;
[
all
...]
/external/aac/libSBRenc/include/
sbr_encoder.h
195
INT
ana_max_level
; /*!< Noise insertion maximum level. */
member in struct:sbrConfiguration
Completed in 92 milliseconds