OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noiseCorrelationThresh
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
aacenc_pns.h
103
FIXP_DBL
noiseCorrelationThresh
;
aacenc_pns.cpp
101
/*
noiseCorrelationThresh
= 0.6^2 */
102
static const FIXP_DBL
noiseCorrelationThresh
= FL2FXCONST_DBL(0.36);
156
pnsConf->
noiseCorrelationThresh
=
noiseCorrelationThresh
;
566
if(pnsDataLeft->noiseEnergyCorrelation[sfb] <= pnsConf->
noiseCorrelationThresh
){
585
if(pnsDataLeft->noiseEnergyCorrelation[sfb] > pnsConf->
noiseCorrelationThresh
) {
Completed in 593 milliseconds