Searched refs:newDiff (Results 1 - 2 of 2) sorted by relevance

/external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
H A DCameraConfigurationManager.java146 int newDiff = Math.abs(screenResolution.x * supportedHeight - supportedWidth * screenResolution.y);
147 if (newDiff == 0) {
151 if (newDiff < diff) {
153 diff = newDiff;
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp889 INT lastDiff, newDiff; local
899 newDiff = fixp_abs((INT)pVKMaster[band] - cutoffSb);
901 if(newDiff >= lastDiff) {
906 lastDiff = newDiff;

Completed in 127 milliseconds