/aosp_15_r20/external/libvpx/vpx_dsp/mips/ |
H A D | subtract_msa.c | 60 int16_t *diff, int32_t diff_stride) { in sub_blk_16x16_msa() 119 int16_t *diff, int32_t diff_stride) { in sub_blk_32x32_msa() 181 int16_t *diff, int32_t diff_stride) { in sub_blk_64x64_msa()
|
/aosp_15_r20/external/XNNPACK/src/f32-spmm/gen/ |
H A D | 1x1-minmax-scalar.c | 44 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_1x1__scalar() local 64 const intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_1x1__scalar() local
|
H A D | 2x1-minmax-scalar-pipelined.c | 39 intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_2x1__scalar_pipelined() local 79 intptr_t diff = *dmap++; in xnn_f32_spmm_minmax_ukernel_2x1__scalar_pipelined() local
|
/aosp_15_r20/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
H A D | PixelPerfectMatcher.kt | 61 val diff = Bitmap.createBitmap(diffArray.value, width, height, Bitmap.Config.ARGB_8888) in <lambda>() constant
|
/aosp_15_r20/external/toybox/toys/net/ |
H A D | sntp.c | 48 static unsigned long long lunchtime(struct timespec *television, long long diff) in lunchtime() 76 long long diff = 0; in sntp_main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
H A D | l2normalization.h | 68 int32_t diff = input_data[depth * i + c] - input_zero_point; in L2Normalization() local 76 int32_t diff = input_data[depth * i + c] - input_zero_point; in L2Normalization() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | UnitConverter.java | 389 int diff; in compareTo() local 450 int diff = other.remainder.size() - remainder.size(); in compareTo() local 616 int diff; in compare() local 951 int diff; in compare() local 1375 int diff = in compareTo() local 1555 int diff = kComparator.compare(o1.getKey(), o2.getKey()); in compare() local 1579 int diff = comparator.compare(item1, item2); in compareEntrySets() local
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | reconinter.c | 310 int i, j, m, diff; in diffwtd_mask_d16() local 342 int i, j, m, diff; in diffwtd_mask() local 379 int diff = abs((int)src0[j] - (int)src1[j]) / DIFF_FACTOR; in diffwtd_mask_highbd() local 391 int diff = abs((int)src0[j] - (int)src1[j]) / DIFF_FACTOR; in diffwtd_mask_highbd() local 406 int diff = in diffwtd_mask_highbd() local 419 int diff = in diffwtd_mask_highbd() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/arm/ |
H A D | highbd_variance_neon_dotprod.c | 30 uint8x16_t s, r, diff; in highbd_mse8_8xh_neon_dotprod() local 60 uint8x16_t s, r, diff; in highbd_mse8_16xh_neon_dotprod() local
|
H A D | variance_neon.c | 37 const int16x8_t diff = vreinterpretq_s16_u16(vsubl_u8(s, r)); in variance_4xh_neon() local 68 const int16x8_t diff = vreinterpretq_s16_u16(vsubl_u8(s, r)); in variance_8xh_neon() local 275 uint8x16_t s, r, diff; in vpx_mse16xh_neon() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/kernel_test/ |
H A D | diff_analyzer.cc | 31 float diff = 0; in CalculateNormalizedMaxDiff() local 50 float diff = base[i] - test[i]; in CalculateNormalizedL2Norm() local
|
/aosp_15_r20/external/libhevc/encoder/ |
H A D | ia_basic_ops32.h | 645 WORD32 diff; in sub32() local 723 WORD32 diff; in sub32_sat() local 1424 WORD32 diff; in sub32_shr() local
|
/aosp_15_r20/external/webp/extras/ |
H A D | get_disto.c | 66 const uint32_t diff = (ptr[x] * factor + (1 << 15)) >> 16; in RescalePlane() local 82 const int diff = abs(ptr1[x] - ptr2[x]); in DiffScaleChannel() local 182 int diff = (int)(255 * (1. - ssim)); in SSIMScaleChannel() local
|
/aosp_15_r20/external/libmpeg2/common/x86/ |
H A D | ideint_cac_ssse3.c | 171 __m128i min, max, diff, thresh; in ideint_cac_8x8_ssse3() local 209 __m128i even_avg, odd_avg, diff; in ideint_cac_8x8_ssse3() local
|
/aosp_15_r20/frameworks/base/core/java/android/hardware/devicestate/ |
H A D | DeviceStateInfo.java | 117 public int diff(@NonNull DeviceStateInfo other) { in diff() method in DeviceStateInfo 118 int diff = 0; in diff() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_variance_neon_dotprod.c | 40 uint8x16_t diff = vabdq_u8(s, r); in highbd_mse8_8xh_neon_dotprod() local 65 uint8x16_t diff = vabdq_u8(s, r); in highbd_mse8_16xh_neon_dotprod() local
|
/aosp_15_r20/external/armnn/src/profiling/test/ |
H A D | ProfilingConnectionDumpToFileDecoratorTests.cpp | 122 int diff = std::strncmp(data.data() + bytesToSkip, packetData, g_DataLength); variable 168 int diff = std::strncmp(data.data(), g_Data.data(), g_DataLength); variable
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/googlecode/java-diff-utils/diffutils/1.3.0/ |
HD | diffutils-1.3.0.jar | ... .lang.Object {
public abstract difflib.Patch diff (java.lang.Object[], java ... |
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | FindPluralDifferences.java | 24 public static void diff() { in diff() method in FindPluralDifferences 108 BitSet diff = results.get(key); in diff() local
|
/aosp_15_r20/external/libvpx/test/ |
H A D | dct32x32_test.cc | 159 const int32_t diff = in TEST_P() local 309 const int diff = in TEST_P() local 471 const uint32_t diff = in CompareInvReference32x32() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_triangular.cpp | 16 double diff(const mat& A, const vec& x, const vec& b) { in diff() function 26 double diff(const vec& x, const mat& A, const vec& b) { in diff() function
|
/aosp_15_r20/external/libevent/test/ |
H A D | regress.h | 122 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \ argument 125 #define test_timeval_diff_eq(tv1, tv2, diff) \ argument
|
/aosp_15_r20/external/grpc-grpc/tools/profiling/microbenchmarks/bm_diff/ |
H A D | bm_diff.py | 170 def diff(bms, loops, regex, track, old, new): function 291 diff, note = diff( variable
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/profiling/microbenchmarks/bm_diff/ |
D | bm_diff.py | 161 def diff(bms, loops, regex, track, old, new): function 260 diff, note = diff(args.benchmarks, args.loops, args.regex, args.track, variable
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | tx_search.c | 83 const int16_t *diff = x->plane[0].src_diff; in get_block_residue_hash() local 130 const int16_t *diff = x->plane[plane].src_diff; in av1_pixel_diff_dist() local 156 const int16_t *diff = x->plane[plane].src_diff; in pixel_diff_stats() local 449 static double get_sse_norm(const int16_t *diff, int stride, int w, int h) { in get_sse_norm() 461 static double get_sad_norm(const int16_t *diff, int stride, int w, int h) { in get_sad_norm() 525 static double get_mean(const int16_t *diff, int stride, int w, int h) { in get_mean() 695 const int diff = src[j * src_stride + i] - dst[j * dst_stride + i]; in get_highbd_diff_mean() local 708 const int diff = src[j * src_stride + i] - dst[j * dst_stride + i]; in get_diff_mean() local 1402 static inline void get_energy_distribution_finer(const int16_t *diff, in get_energy_distribution_finer() 1514 const int16_t *diff = p->src_diff + 4 * blk_row * diff_stride + 4 * blk_col; in prune_tx_2D() local [all …]
|