HomeSort by relevance Sort by last modified time
    Searched refs:invThresHoldTone (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRenc/src/
mh_det.h 100 FIXP_DBL invThresHoldTone;
mh_det.cpp 103 FL2FXCONST_DBL((1.0f/15.0f)*RELAXATION_FLOAT), /*!< invThresHoldTone */
123 FL2FXCONST_DBL((1.0f/15.0f)*RELAXATION_FLOAT), /*!< invThresHoldTone */
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 46 milliseconds