Home
last modified time | relevance | path

Searched refs:compValue (Results 1 – 6 of 6) sorted by relevance

/external/aac/libSBRenc/src/
Dmh_det.cpp960 INT compValue; in calculateCompVector() local
1001 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()
1004 if (compValue > maxComp) in calculateCompVector()
1005 compValue = maxComp; in calculateCompVector()
1007 pEnvComp[scfBand-1] = compValue; in calculateCompVector()
1020 compValue = ((INT)(LONG)tmp) >> 1; in calculateCompVector()
1022 if (compValue > maxComp) in calculateCompVector()
1023 compValue = maxComp; in calculateCompVector()
1025 pEnvComp[scfBand+1] = compValue; in calculateCompVector()
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
DCollectionUtilities.java168 int compValue = comp.compare(item, bestSoFar); in getBest() local
169 if (compValue < 0) { in getBest()
176 int compValue = comp.compare(item, bestSoFar); in getBest() local
177 if (compValue > 0) { in getBest()
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
DTestPhysicsCar.java116 float compValue = .3f; //(should be lower than damp) in buildPlayer() local
118 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
DTestFancyCar.java156 float compValue = 0.2f; //(lower than damp!) in buildPlayer() local
174 player.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
DTestAttachDriver.java144 float compValue = .3f; //(should be lower than damp) in buildPlayer() local
146 vehicle.setSuspensionCompression(compValue * 2.0f * FastMath.sqrt(stiffness)); in buildPlayer()
/external/icu/icu4c/source/i18n/
Dmsgfmt.cpp1452 UnicodeString compValue; in parse() local
1453 compValue.append(LEFT_CURLY_BRACE); in parse()
1454 itos(argNumber, compValue); in parse()
1455 compValue.append(RIGHT_CURLY_BRACE); in parse()
1456 if (0 != strValue.compare(compValue)) { in parse()