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

  /external/libvpx/libvpx/vp8/encoder/x86/
denoising_sse2.c 58 const __m128i ndiff = _mm_subs_epu8(v_sig, v_mc_running_avg_y); local
64 _mm_or_si128(pdiff, ndiff), k_16);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
difflib.py 12 Function ndiff(a, b):
16 Return one of the two sequences that generated an ndiff delta.
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
1316 def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
difflib.py 12 Function ndiff(a, b):
16 Return one of the two sequences that generated an ndiff delta.
31 __all__ = ['get_close_matches', 'ndiff', 'restore', 'SequenceMatcher',
1316 def ndiff(a, b, linejunk=None, charjunk=IS_CHARACTER_JUNK): function
    [all...]

Completed in 434 milliseconds