OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thresHoldTone
(Results
1 - 2
of
2
) sorted by null
/external/aac/libSBRenc/src/
mh_det.h
99
FIXP_DBL
thresHoldTone
; /*!< threshold for tonality for a sine */
mh_det.cpp
102
FL2FXCONST_DBL(15.0f*RELAXATION_FLOAT), /*!<
thresHoldTone
*/
122
FL2FXCONST_DBL(15.0f*RELAXATION_FLOAT), /*!<
thresHoldTone
*/
727
thresOrig = fixMin(thresOrig, mhThresh.
thresHoldTone
);
743
thresOrig = mhThresh.
thresHoldTone
;
763
if(quotaBuffer[ll] > mhThresh.
thresHoldTone
&& (pDiffVecScfb[i+1] < mhThresh.invThresHoldTone || pDiffVecScfb[i-1] < mhThresh.invThresHoldTone)){
769
if(quotaBuffer[ll] > mhThresh.
thresHoldTone
&& pDiffVecScfb[i+1] < mhThresh.invThresHoldTone){
[
all
...]
Completed in 120 milliseconds