HomeSort by relevance Sort by last modified time
    Searched refs:newDiff (Results 1 - 3 of 3) sorted by null

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 146 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/
sbr_encoder.cpp 747 INT lastDiff, newDiff;
757 newDiff = fixp_abs((INT)pVKMaster[band] - cutoffSb);
759 if(newDiff >= lastDiff) {
764 lastDiff = newDiff;
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 308 for (Diff newDiff : diff_main(text_delete, text_insert, false)) {
309 pointer.add(newDiff);
    [all...]

Completed in 216 milliseconds