Searched refs:thresh (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | grp_data.c | 110 Word32 thresh = sfbThreshold->sfbShort[wnd][sfb]; in groupShortData() local 112 thresh = L_add(thresh, sfbThreshold->sfbShort[wnd+j][sfb]); in groupShortData() 114 sfbThreshold->sfbLong[i] = thresh; in groupShortData()
|
D | sf_estim.c | 146 Word32 thresh, in improveScf() argument 155 Word32 thresh125 = L_add(thresh, (thresh >> 2)); in improveScf() 203 Word32 thresh08 = fixmul(COEF08_31, thresh); in improveScf() 706 Word32 thresh, energy; in EstimateScaleFactorsChannel() local 718 thresh = psyOutChan->sfbThreshold[i]; in EstimateScaleFactorsChannel() 736 if ((maxSpec > 0) && (energy > thresh)) { in EstimateScaleFactorsChannel() 739 thresholdPart = iLog4(thresh); in EstimateScaleFactorsChannel() 753 thresh, scfInt, minSfMaxQuant[i], in EstimateScaleFactorsChannel()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/ |
D | BatteryMeterDrawableBase.java | 230 int thresh, color = 0; in getColorForLevel() local 232 thresh = mColors[i]; in getColorForLevel() 234 if (percent <= thresh) { in getColorForLevel()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PipSnapAlgorithm.java | 146 final float thresh = Math.max(stackBounds.width(), stackBounds.height()) in findClosestSnapBounds() local 148 if (distance < thresh) { in findClosestSnapBounds()
|