/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/ |
H A D | WNafUtil.java | 78 BigInteger diff = _3k.xor(k); in generateCompactNaf() local 244 BigInteger diff = _3k.xor(k); in generateNaf() local 342 BigInteger diff = _3k.xor(k); in getNafWeight() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/ |
H A D | psnr.c | 36 const int diff = a[j] - b[j]; in encoder_sse() local 59 const int diff = a[j] - b[j]; in encoder_highbd_sse() local 115 int64_t diff; in highbd_get_sse_shift() local
|
H A D | sse.c | 31 const int32_t diff = abs(a[x] - b[x]); in vpx_sse_c() local 50 const int32_t diff = (int32_t)(a[x]) - (int32_t)(b[x]); in vpx_highbd_sse_c() local
|
/aosp_15_r20/external/libaom/av1/encoder/ |
H A D | encodemv.c | 65 const MV diff = { mv->row - ref->row, mv->col - ref->col }; in av1_update_mv_stats() local 254 const MV diff = { mv->row - ref->row, mv->col - ref->col }; in av1_encode_mv() local 283 const MV diff = { mv->row - ref->row, mv->col - ref->col }; in av1_encode_dv() local
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | WNafUtil.java | 74 BigInteger diff = _3k.xor(k); in generateCompactNaf() local 240 BigInteger diff = _3k.xor(k); in generateNaf() local 338 BigInteger diff = _3k.xor(k); in getNafWeight() local
|
/aosp_15_r20/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/ |
H A D | DataPathAnalyzer.h | 45 double diff = p1 - p2; in calculatePhaseError() local 69 double diff = fabs(calculatePhaseError(mPhaseOffset, mPreviousPhaseOffset)); in processInputFrame() local
|
/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | ProgressMt.cpp | 34 const UInt64 diff = *inSize - InSizes[index]; in SetRatioInfo() local 40 const UInt64 diff = *outSize - OutSizes[index]; in SetRatioInfo() local
|
/aosp_15_r20/external/libavc/encoder/ |
H A D | psnr.c | 36 WORD32 diff = pu1_src_luma[i] - pu1_rec_luma[i]; in get_sse() local 47 WORD32 diff = pu1_src_chroma[i * 2] - pu1_rec_chroma[i * 2]; in get_sse() local
|
/aosp_15_r20/art/dex2oat/linker/arm/ |
H A D | relative_patcher_thumb2_test.cc | 130 uint32_t diff = target_offset - bne_offset - kPcAdjustment; in BneWWithOffset() local 404 uint32_t diff = target_offset - pc_base_offset; in CheckPcRelativePatch() local 476 uint32_t diff = kTrampolineOffset - (method1_offset + 4u); in TEST_F() local 509 uint32_t diff = in TEST_F() local 605 uint32_t diff = thunk_offset - (method1_offset + bl_offset_in_method1 + 4u /* PC adjustment */); in TEST_F() local 638 uint32_t diff = in TEST_F() local 699 uint32_t diff = thunk_offset - method_offset - kPcAdjustment; in TEST_F() local
|
/aosp_15_r20/external/aac/libDRCdec/src/ |
H A D | drcDec_reader.cpp | 140 int diff = 0; in _compAssign() local 147 int diff = 0; in _compAssign() local 1543 int diff = hUniDrcConfig->diff; in _readDrcExtensionV1() local 1678 int i, diff = 0; in drcDec_readUniDrcConfig() local 1912 int diff = hLoudnessInfoSet->diff; in _readLoudnessInfoSetExtEq() local 1997 int i, diff = 0; in drcDec_readLoudnessInfoSet() local
|
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | CellContentDimensions.kt | 37 val diff = cellContentHeight - cellHeightPx in resizeToFitCellHeight() constant
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | highbd_variance_sse4.c | 72 int64_t sum, diff; in aom_highbd_8_variance4x4_sse4_1() local 85 int64_t sum, diff; in aom_highbd_10_variance4x4_sse4_1() local 99 int64_t sum, diff; in aom_highbd_12_variance4x4_sse4_1() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_variance_sve.c | 36 int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in highbd_variance_4xh_sve() local 55 const int16x8_t diff = vreinterpretq_s16_u16(vsubq_u16(s, r)); in variance_8x1_sve() local 335 uint16x8_t diff = vabdq_u16(s, r); in highbd_mse_wxh_sve() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/ |
H A D | TestValidity.java | 494 Set<String> diff = setDifference(aliased, lstrDeprecated); in TestLstrConsistency() local 577 Set<T> diff = new LinkedHashSet<>(a); in setDifference() local 590 Set<T> diff = setDifference(a, b); in showMinus() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/ |
H A D | validate_utils.cc | 58 std::string diff; in ValidateElementSpec() local 79 std::string diff; in ValidateDatasetMetadata() local
|
/aosp_15_r20/external/libaom/aom_dsp/ |
H A D | sse.c | 31 const int32_t diff = abs(a[x] - b[x]); in aom_sse_c() local 50 const int32_t diff = (int32_t)(a[x]) - (int32_t)(b[x]); in aom_highbd_sse_c() local
|
H A D | subtract.c | 20 void aom_subtract_block_c(int rows, int cols, int16_t *diff, in aom_subtract_block_c() 36 void aom_highbd_subtract_block_c(int rows, int cols, int16_t *diff, in aom_highbd_subtract_block_c()
|
/aosp_15_r20/external/libyuv/source/ |
H A D | compare_common.cc | 24 uint32_t diff = 0u; in HammingDistance_C() local 54 int diff = src_a[i] - src_b[i]; in SumSquareError_C() local
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | CollectExemplars.java | 60 UnicodeSet diff = new UnicodeSet(toRemove).retainAll(target); in removing() local 68 UnicodeSet diff = new UnicodeSet(mainExemplars).removeAll(target); in add() local
|
/aosp_15_r20/external/XNNPACK/src/f32-spmm/ |
H A D | scalar-pipelined.c.in | 36 intptr_t diff = *dmap++; local 81 intptr_t diff = *dmap++; local
|
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/ |
H A D | JitterCalculator.cpp | 43 uint32_t diff = 0; in putBaseData() local 64 uint32_t diff = 0; in putInterArrivalData() local
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkRectPriv.h | 79 SkRect diff; in Subtract() local 84 SkIRect diff; in Subtract() local
|
/aosp_15_r20/external/webrtc/video/ |
H A D | alignment_adjuster.cc | 29 double diff = 0.0; in RoundToMultiple() local 114 double diff = RoundToMultiple(alignment, requested_alignment, config, in GetAlignmentAndMaybeAdjustScaleFactors() local
|
/aosp_15_r20/external/aac/libSBRdec/src/ |
H A D | sbrdec_freq_sca.cpp | 578 static void CalcBands(UCHAR *diff, /*!< Vector of widths to be calculated */ in CalcBands() 614 static void cumSum(UCHAR start_value, UCHAR *diff, UCHAR length, in cumSum() 629 static SBR_ERROR modifyBands(UCHAR max_band_previous, UCHAR *diff, in modifyBands()
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | cpu_hotplug_test.cpp | 252 auto diff = std::chrono::duration_cast<std::chrono::seconds>( in TEST() local 309 auto diff = std::chrono::duration_cast<std::chrono::seconds>( in TEST() local 393 auto diff = std::chrono::duration_cast<std::chrono::seconds>( in TEST() local
|