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

/external/aac/libSBRenc/src/
H A Dmh_det.h99 FIXP_DBL thresHoldTone; /*!< threshold for tonality for a sine */ member in struct:__anon415
H A Dmh_det.cpp102 FL2FXCONST_DBL(15.0f*RELAXATION_FLOAT), /*!< thresHoldTone */
122 FL2FXCONST_DBL(15.0f*RELAXATION_FLOAT), /*!< thresHoldTone */
744 thresOrig = fixMin(thresOrig, mhThresh.thresHoldTone);
760 thresOrig = mhThresh.thresHoldTone;
780 if(quotaBuffer[ll] > mhThresh.thresHoldTone && (pDiffVecScfb[i+1] < mhThresh.invThresHoldTone || pDiffVecScfb[i-1] < mhThresh.invThresHoldTone)){
786 if(quotaBuffer[ll] > mhThresh.thresHoldTone && pDiffVecScfb[i+1] < mhThresh.invThresHoldTone){

Completed in 27 milliseconds