Searched refs:thresHoldToneGuide (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dmh_det.h101 FIXP_DBL thresHoldToneGuide; /*!< threshold for tonality for a sine for the guide */ member in struct:__anon415
H A Dmh_det.cpp104 FL2FXCONST_DBL(1.26f*RELAXATION_FLOAT), /*!< thresHoldToneGuide */
124 FL2FXCONST_DBL(1.26f*RELAXATION_FLOAT), /*!< thresHoldToneGuide */
728 guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide;
743 thresOrig = fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), mhThresh.thresHoldToneGuide);

Completed in 55 milliseconds