Home
last modified time | relevance | path

Searched defs:diff (Results 451 – 475 of 3731) sorted by relevance

1...<<11121314151617181920>>...150

/aosp_15_r20/external/libxaac/decoder/
H A Dixheaacd_env_calc.c527 WORD32 diff = final_e - noise_e; in ixheaacd_adapt_noise_gain_calc() local
539 WORD32 diff = final_e - noise_e; in ixheaacd_adapt_noise_gain_calc() local
1020 WORD32 diff; in ixheaacd_equalize_filt_buff_exp() local
1080 VOID ixheaacd_noise_level_rescaling(WORD16 *noise_level_mant, WORD32 diff, in ixheaacd_noise_level_rescaling()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dparameterized_truncated_normal_op.cc139 const T diff = normMax - normMin; in operator ()() local
422 const T diff = normMax - normMin; in operator ()() local
/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dsad_neon.c101 uint8x16_t diff = vabdq_u8(s, r); in sad16xh_neon() local
306 uint8x16_t diff = vabdq_u8(s, avg); in sad16xh_avg_neon() local
/aosp_15_r20/external/libvpx/vpx_dsp/x86/
H A Davg_intrin_sse2.c28 __m128i u0, s0, d0, diff, maxabsdiff, minabsdiff, negdiff, absdiff0, absdiff; in vpx_minmax_8x8_sse2() local
579 __m128i diff = _mm_subs_epi16(v0, v1); in vpx_vector_var_sse2() local
/aosp_15_r20/external/libyuv/unit_test/
H A Dscale_argb_test.cc500 int diff = in TEST_F() local
508 int diff = YUVToARGBTestFilter( in TEST_F() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
H A DTestDisplayAndInputProcessor.java352 String diff = diff(value, input, path); in showCldrFile() local
426 private String diff(String value, String input, String path) { in diff() method in TestDisplayAndInputProcessor
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureCompressedFormatTests.cpp218 …tic bool compareColor(tcu::RGBA reference, tcu::RGBA result, tcu::RGBA threshold, tcu::UVec4 &diff) in compareColor()
244 tcu::UVec4 diff(0u, 0u, 0u, 0u); in validateTexture() local
/aosp_15_r20/frameworks/base/core/java/android/text/
H A DDynamicLayout.java655 int diff = where - find; in reflow() local
692 int diff = where - st; in reflow() local
701 int diff = en - (where + after); in reflow() local
/aosp_15_r20/external/rust/android-crates-io/crates/itertools/tests/
Dtest_std.rs1262 let diff = it::diff_with(a.iter(), b_map, |a, b| *a == b); in diff_mismatch() localVariable
1276 let diff = it::diff_with(a.iter(), b_map, |a, b| *a == b); in diff_longer() localVariable
1289 let diff = it::diff_with(a.iter(), b_map, |a, b| *a == b); in diff_shorter() localVariable
/aosp_15_r20/external/wpa_supplicant_8/src/common/
H A Dnan_de.c281 struct os_reltime tmp, diff, now; in nan_de_time_to_next_chan_change() local
430 struct os_reltime next, diff; in nan_de_next_multicast() local
474 struct os_reltime diff; in nan_de_srv_time_to_next() local
/aosp_15_r20/external/stg/test_cases/diff_tests/symbol/
H A Dchanges.1.c2 long diff; variable
H A Dchanges.0.c2 int diff; variable
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue47676.go16 func diff[T any](previous []T, uniqueKey func(T) string) func() { func
/aosp_15_r20/external/stg/test_cases/diff_tests/member/
H A Dpointer_to_member.0.cc5 auto diff = &A::x; variable
/aosp_15_r20/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/
H A DDiffable.java53 DiffResult<T> diff(T obj); in diff() method
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/common/src/
H A Dsub.cpp193 Word32 diff; in sub() local
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/diff/
Ddiff_test.go5 package diff package
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dpytree_idempotency.py82 def diff(fn, tree): function
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dpytree_idempotency.py80 def diff(fn, tree): function
/aosp_15_r20/build/bazel/scripts/difftool/diffs/
H A Ddiff.py26 def diff(left_path: pathlib.Path, right_path: pathlib.Path) -> list[str]: member in Diff
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_socket.rs67 let diff = if ts > sys_time { in test_timestamping() localVariable
129 let diff = if ts > sys_time { in test_timestamping_realtime() localVariable
191 let diff = sys_time - ts; // Monotonic clock sys_time must be greater in test_timestamping_monotonic() localVariable
2888 let diff = if ts > sys_time { in test_recvmm2() localVariable
/aosp_15_r20/external/libcups/cups/
H A Ddest.c1061 int diff, /* Result of comparison */ in cupsGetDest() local
2468 diff; /* Result of comparison */ in cups_add_dest() local
2549 int diff; /* Difference */ in cups_compare_dests() local
3936 diff; /* Result of comparison */ in cups_find_dest() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/security/util/
H A DByteArrayLexOrder.java55 int diff; in compare() local
/aosp_15_r20/frameworks/base/tools/aapt2/format/binary/
H A DResChunkPullParser.cpp53 const std::ptrdiff_t diff = (const char*)current_chunk_ - (const char*)data_; in Next() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/utils/
H A DEntryXComparator.java14 float diff = entry1.getX() - entry2.getX(); in compare() local

1...<<11121314151617181920>>...150