/aosp_15_r20/external/libaom/av1/common/x86/ |
H A D | reconinter_sse4.c | 22 const __m128i diff = _mm_abs_epi16(_mm_sub_epi16(s0, s1)); in calc_mask() local 129 const __m128i diff = _mm_max_epu16(diffa, diffb); in av1_build_compound_diffwtd_mask_d16_sse4_1() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/retry/ |
D | budget.rs | 178 let diff = now.saturating_duration_since(gen.time); in expire() localVariable 187 let mut diff = diff; in expire() localVariable
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uarrsort.cpp | 83 int32_t diff=cmp(context, item, array+i*itemSize); in uprv_stableBinarySearch() local 107 int32_t diff=cmp(context, item, array+start*itemSize); in uprv_stableBinarySearch() local
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uarrsort.cpp | 83 int32_t diff=cmp(context, item, array+i*itemSize); in uprv_stableBinarySearch() local 107 int32_t diff=cmp(context, item, array+start*itemSize); in uprv_stableBinarySearch() local
|
/aosp_15_r20/external/ltp/testcases/kernel/fs/fsx-linux/ |
H A D | fsx-linux.c | 81 long long diff; in op_file_position() local 111 int diff; in memory_compare() local
|
/aosp_15_r20/cts/tests/media/common/src/android/mediav2/common/cts/ |
H A D | VideoErrorManager.java | 151 long diff = (long) ((int) dataA[offset + w] & 0xffff) - ((int) dataB[offset + w] in computeMSE() local 160 int diff = ((int) data0[offset + w] & 0xff) - ((int) data1[offset + w] & 0xff); in computeMSE() local
|
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/model/v33/ |
D | ReviewPermissionDecisionsViewModel.kt | 157 val diff = System.currentTimeMillis() - permissionDecision.eventTime in createSummaryText() constant
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | astcenc_find_best_partitioning.cpp | 83 vfloat4 diff = color - center_color; in kmeans_init() local 128 vfloat4 diff = color - center_color; in kmeans_init() local 167 vfloat4 diff = color - cluster_centers[j]; in kmeans_assign() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | avg.c | 379 int diff = ref[i] - src[i]; // diff: dynamic range [-510, 510], 10 bits. in vpx_vector_var_c() local 396 int diff = abs(s[j] - d[j]); in vpx_minmax_8x8_c() local 435 int diff = abs(s[j] - d[j]); in vpx_highbd_minmax_8x8_c() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/ |
H A D | subtract_lsx.c | 99 int16_t *diff, int32_t diff_stride) { in sub_blk_16x16_lsx() 211 int16_t *diff, int32_t diff_stride) { in sub_blk_32x32_lsx() 278 int16_t *diff, int32_t diff_stride) { in sub_blk_64x64_lsx()
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | primitives_tests.cpp | 59 int diff = abs(uval - uval2); in testClamp8() local 78 int diff = abs(ival - ival2); in testClamp16() local 97 int diff = abs(ival - ival2); in testClamp24() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | psnr.c | 45 const int diff = a[j] - b[j]; in encoder_sse() local 64 const int diff = a[j] - b[j]; in encoder_highbd_sse() local 120 int64_t diff; in highbd_get_sse_shift() local
|
H A D | variance.c | 48 const int diff = a[j] - b[j]; in variance() local 314 const int diff = a[j] - b[j]; in highbd_variance64() local 904 int diff = ROUND_POWER_OF_TWO_SIGNED(wsrc[j] - pre[j] * mask[j], 12); in obmc_variance() local 1013 int diff = ROUND_POWER_OF_TWO_SIGNED(wsrc[j] - pre[j] * mask[j], 12); in highbd_obmc_variance64() local
|
/aosp_15_r20/external/libaom/test/ |
H A D | transform_test_base.h | 100 const int diff = in RunAccuracyCheck() local 325 const int diff = in RunInvAccuracyCheck() local
|
/aosp_15_r20/external/igt-gpu-tools/lib/ |
H A D | igt_frame.c | 183 int diff; in igt_check_analog_frame_match() local 364 unsigned int diff; in igt_check_checkerboard_frame_match() local
|
/aosp_15_r20/external/libaom/av1/encoder/x86/ |
H A D | rdopt_avx2.c | 24 static inline void horver_correlation_4x4(const int16_t *diff, int stride, in horver_correlation_4x4() 63 void av1_get_horver_correlation_full_avx2(const int16_t *diff, int stride, in av1_get_horver_correlation_full_avx2()
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | StringRange.java | 153 int diff = min - that.min; in compareTo() local 229 int diff = ranges.length - other.ranges.length; in compareTo() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | StringRange.java | 146 int diff = min - that.min; in compareTo() local 222 int diff = ranges.length - other.ranges.length; in compareTo() local
|
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_sync.cc | 137 uptr diff = RoundUp(p, kPageSize) - p; in ResetRange() local 263 uptr diff = dst - src; in MoveMemory() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
H A D | StringRange.java | 153 int diff = min - that.min; in compareTo() local 242 int diff = ranges.length - other.ranges.length; in compareTo() local
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/util/ |
H A D | TestUtils.java | 493 int diff = actualCount - ((expectedCount != null) ? expectedCount : 0); in assertContentsInAnyOrder() local 495 extraneousFreq.put(actualEntry.getKey(), diff); in assertContentsInAnyOrder() local 503 int diff = expectedCount - ((actualCount != null) ? actualCount : 0); in assertContentsInAnyOrder() local 505 missingFreq.put(expectedEntry.getKey(), diff); in assertContentsInAnyOrder() local
|
/aosp_15_r20/external/pytorch/torch/ |
H A D | _guards.py | 387 def diff(self, other): member in GuardsCheckpointState 409 def diff(self, other): member in ModuleContextCheckpointState 443 def diff(self, other): member in GlobalContextCheckpointState
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | ProgressDialog.java | 374 public void incrementProgressBy(int diff) { in incrementProgressBy() 389 public void incrementSecondaryProgressBy(int diff) { in incrementSecondaryProgressBy()
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | GlitchAnalyzer.h | 209 double diff = predicted - sample; in processInputFrame() local 258 double diff = predicted - sample; in processInputFrame() local
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_aq_variance.c | 99 const int diff = a[j] - b[j]; in aq_variance() local 122 const int diff = a[j] - b[j]; in aq_highbd_variance64() local
|