Searched defs:compValue (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dmh_det.cpp960 INT compValue; local
1001 compValue = ((INT)(LONG)tmp) >> 1;
1004 if (compValue > maxComp)
1005 compValue = maxComp;
1007 pEnvComp[scfBand-1] = compValue;
1020 compValue = ((INT)(LONG)tmp) >> 1;
1022 if (compValue > maxComp)
1023 compValue = maxComp;
1025 pEnvComp[scfBand+1] = compValue;
/external/icu4c/i18n/
H A Dmsgfmt.cpp1326 UnicodeString compValue; local
1327 compValue.append(LEFT_CURLY_BRACE);
1328 itos(argNumber, compValue);
1329 compValue.append(RIGHT_CURLY_BRACE);
1330 if (0 != strValue.compare(compValue)) {

Completed in 136 milliseconds