Searched refs:ndiff (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c73 const __m128i ndiff = _mm_subs_epu8(v_sig, v_mc_running_avg_y); local
79 _mm_or_si128(pdiff, ndiff), k_16);
148 const __m128i ndiff = _mm_subs_epu8(v_sig, v_mc_running_avg_y); local
153 _mm_min_epu8(_mm_or_si128(pdiff, ndiff), k_delta);
250 const __m128i ndiff = _mm_subs_epu8(v_sig, v_mc_running_avg); local
256 _mm_or_si128(pdiff, ndiff), k_16);
334 const __m128i ndiff = _mm_subs_epu8(v_sig, v_mc_running_avg); local
339 _mm_min_epu8(_mm_or_si128(pdiff, ndiff), k_delta);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Ddenoising_sse2.c58 const __m128i ndiff = _mm_subs_epu8(v_sig, v_mc_running_avg_y); local
64 _mm_or_si128(pdiff, ndiff), k_16);
/external/lldb/test/unittest2/
H A Dcase.py746 difflib.ndiff(pprint.pformat(seq1).splitlines(),
857 diff = ('\n' + '\n'.join(difflib.ndiff(
937 diff = '\n' + ''.join(difflib.ndiff(first.splitlines(True),
/external/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py64 ''.join(difflib.ndiff(golden_lines, actual_lines)))
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtext_format_test.py65 ''.join(difflib.ndiff(golden_lines, actual_lines)))
/external/lldb/test/unittest2/test/
H A Dtest_case.py908 diff = '\n'.join(difflib.ndiff(pprint.pformat(seq1).splitlines(),

Completed in 249 milliseconds