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
114
FIXP_DBL
noiseCorrelationThresh
;
aacenc_pns.cpp
114
/*
noiseCorrelationThresh
= 0.6^2 */
115
static const FIXP_DBL
noiseCorrelationThresh
= FL2FXCONST_DBL(0.36);
148
pnsConf->
noiseCorrelationThresh
=
noiseCorrelationThresh
;
516
pnsConf->
noiseCorrelationThresh
) {
535
pnsConf->
noiseCorrelationThresh
) {
Completed in 80 milliseconds