HomeSort by relevance Sort by last modified time
    Searched refs:fMax (Results 26 - 33 of 33) sorted by null

12

  /external/aac/libAACenc/src/
aacenc_lib.cpp 704 adjustedBitrate = fMax(initialBitrate, (INT)fDivNorm((FIXP_DBL)(sbrBitRateOut+8), cm.elInfo[e].relativeBits));
821 brPerChannel = fMin(BITRATE_MAX_LD, fMax(BITRATE_MIN_LD, brPerChannel));
868 hAacConfig->maxBitsPerFrame = (FDKaacEnc_CalcBitsPerFrame(fMax(hAacConfig->bitRate, (INT)config->userPeakBitrate), hAacConfig->framelength, hAacConfig->sampleRat (…)
    [all...]
  /external/icu/icu4c/source/i18n/
affixpatternparser.cpp 140 precision.fMax.setFracDigitCount(digitCount);
smallintformatter.cpp     [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp     [all...]
mh_det.cpp 714 ? fMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGuide)
    [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp 282 float fMax = max.to<float>();
284 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin));
    [all...]
glsDrawTest.cpp 737 float fMax = max.to<float>();
739 GLValue::Half h = GLValue::Half::create(fMin + deRandom_getFloat(&rnd) * (fMax - fMin));
    [all...]
  /external/skia/tests/
PathOpsDebug.cpp 198 SkDebugf("used=%d of %d", fUsed, fMax);
    [all...]

Completed in 379 milliseconds

12