Home
last modified time | relevance | path

Searched defs:diff (Results 201 – 225 of 3731) sorted by relevance

12345678910>>...150

/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/math/ec/
H A DWNafUtil.java78 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 Dpsnr.c36 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 Dsse.c31 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 Dencodemv.c65 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 DWNafUtil.java74 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 DDataPathAnalyzer.h45 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 DProgressMt.cpp34 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 Dpsnr.c36 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 Drelative_patcher_thumb2_test.cc130 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 DdrcDec_reader.cpp140 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/
DCellContentDimensions.kt37 val diff = cellContentHeight - cellHeightPx in resizeToFitCellHeight() constant
/aosp_15_r20/external/libaom/aom_dsp/x86/
H A Dhighbd_variance_sse4.c72 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 Dhighbd_variance_sve.c36 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 DTestValidity.java494 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 Dvalidate_utils.cc58 std::string diff; in ValidateElementSpec() local
79 std::string diff; in ValidateDatasetMetadata() local
/aosp_15_r20/external/libaom/aom_dsp/
H A Dsse.c31 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 Dsubtract.c20 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 Dcompare_common.cc24 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 DCollectExemplars.java60 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 Dscalar-pipelined.c.in36 intptr_t diff = *dmap++; local
81 intptr_t diff = *dmap++; local
/aosp_15_r20/frameworks/av/media/libstagefright/rtsp/
H A DJitterCalculator.cpp43 uint32_t diff = 0; in putBaseData() local
64 uint32_t diff = 0; in putInterArrivalData() local
/aosp_15_r20/external/skia/src/core/
H A DSkRectPriv.h79 SkRect diff; in Subtract() local
84 SkIRect diff; in Subtract() local
/aosp_15_r20/external/webrtc/video/
H A Dalignment_adjuster.cc29 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 Dsbrdec_freq_sca.cpp578 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 Dcpu_hotplug_test.cpp252 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

12345678910>>...150