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

  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java     [all...]
  /external/deqp/framework/common/
tcuRGBA.cpp 66 deUint8 aDiff = 0;
97 aDiff = (deUint8)deAbs32(aa - ab);
100 return RGBA(rDiff,gDiff,bDiff,aDiff);
  /frameworks/av/services/audioflinger/
AudioResamplerDyn.cpp 271 int adiff = absdiff(newSampleRate, filterSampleRate); local
275 return pdiff < prevSampleRate>>4 && adiff < filterSampleRate>>3;

Completed in 207 milliseconds