Home
last modified time | relevance | path

Searched defs:diff (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/external/webrtc/src/common_audio/signal_processing/
Dresample_by_2_internal.c34 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2IntToShort() local
129 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_DownBy2ShortToInt() local
203 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2ShortToInt() local
273 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToInt() local
343 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_UpBy2IntToShort() local
422 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2ShortToInt() local
555 WebRtc_Word32 tmp0, tmp1, diff; in WebRtcSpl_LPBy2IntToInt() local
Dresample_by_2.c31 WebRtc_Word32 diff, in MUL_ACCUM_1()
47 WebRtc_Word32 diff, in MUL_ACCUM_2()
71 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_DownsampleBy2() local
128 WebRtc_Word32 tmp1, tmp2, diff, in32, out32; in WebRtcSpl_UpsampleBy2() local
/external/clang/test/CodeGenCXX/
Dfunction-template-specialization.cpp10 T* next(T* ptr, const U& diff) { in next()
14 void test(int *iptr, float *fptr, int diff) { in test()
25 void test2(int *iptr, double *dptr, int diff) { in test2()
/external/skia/tools/
Dskdiff_html.cpp79 static void print_pixel_count(SkFILEWStream* stream, const DiffRecord& diff) { in print_pixel_count()
93 static void print_checkbox_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_checkbox_cell()
99 static void print_label_cell(SkFILEWStream* stream, const DiffRecord& diff) { in print_label_cell()
212 static void print_diff_row(SkFILEWStream* stream, DiffRecord& diff, const SkString& relativePath) { in print_diff_row()
287 DiffRecord* diff = differences[i]; in print_diff_page() local
/external/icu/icu4c/source/common/
Ducnvbocu.cpp215 #define DIFF_IS_SINGLE(diff) (BOCU1_REACH_NEG_1<=(diff) && (diff)<=BOCU1_REACH_POS_1) argument
218 #define PACK_SINGLE_DIFF(diff) (BOCU1_MIDDLE+(diff)) argument
221 #define DIFF_IS_DOUBLE(diff) (BOCU1_REACH_NEG_2<=(diff) && (diff)<=BOCU1_REACH_POS_2) argument
285 packDiff(int32_t diff) { in packDiff()
398 int32_t prev, c, diff; in _Bocu1FromUnicodeWithOffsets() local
651 int32_t prev, c, diff; in _Bocu1FromUnicode() local
867 int32_t diff, count; in decodeBocu1LeadByte() local
947 int32_t prev, count, diff, c; in _Bocu1ToUnicodeWithOffsets() local
1169 int32_t prev, count, diff, c; in _Bocu1ToUnicode() local
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowProgressBar.java70 public void incrementProgressBy(int diff) { in incrementProgressBy()
75 public void incrementSecondaryProgressBy(int diff) { in incrementSecondaryProgressBy()
/external/skia/src/views/animated/
DSkProgressBarView.cpp23 void SkProgressBarView::changeProgress(int diff) in changeProgress()
35 SkAnimator::DifferenceType diff = fAnim.draw(canvas, &paint, SkTime::GetMSecs()); in onDraw() local
/external/toybox/toys/pending/
Ddiff.c58 struct diff { struct
59 long a, b, c, d, prev, suff;
366 static int *diff(char **files) in diff() function
/external/libvpx/libvpx/test/
Dfdct8x8_test.cc83 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local
112 const int diff = abs(count_sign_block[j][0] - count_sign_block[j][1]); in RunSignBiasCheck() local
159 const int diff = dst[j] - src[j]; in RunRoundTripErrorCheck() local
213 const int diff = dst[j] - src[j]; in RunExtremalCheck() local
Dpartial_idct_test.cc125 const int diff = dst1[j] - dst2[j]; in TEST_P() local
189 const int diff = dst1[j] - dst2[j]; in TEST_P() local
/external/libnfc-nxp/Linux_x86/
DphOsalNfc_Utils.c42 int8_t diff = 0; in phOsalNfc_MemCompare() local
/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c89 int diff = 0; in vp8_denoiser_filter_c() local
159 int diff = mc_running_avg_y[c] - sig[c]; in vp8_denoiser_filter_c() local
240 int diff = 0; in vp8_denoiser_filter_uv_c() local
300 int diff = mc_running_avg_uv[c] - sig[c]; in vp8_denoiser_filter_uv_c() local
/external/opencv/cvaux/src/
Dcvbgfg_acmmm2003.cpp258 int diff = abs( int(*rowStart1) - int(*rowStart2) ); in cvChangeDetection() local
302 int diff = abs( int(*rowStart1) - int(*rowStart2) ); in cvChangeDetection() local
500 float diff = 0; in icvUpdateFGDStatModel() local
608 float diff = 0; in icvUpdateFGDStatModel() local
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DMapsTest.java287 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local
297 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local
307 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local
419 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptyEmpty() local
430 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptySingleton() local
441 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceSingletonEmpty() local
/external/slf4j/slf4j-log4j12/src/test/java/org/slf4j/impl/
DRecursiveInitializationTest.java39 int diff = new Random().nextInt(10000); field in RecursiveInitializationTest
DRecursiveAppender.java36 int diff = new Random().nextInt(); field in RecursiveAppender
/external/libvpx/libvpx/vp8/common/
Dinvtrans.h28 static void eob_adjust(char *eobs, short *diff) in eob_adjust()
/external/slf4j/slf4j-api/src/test/java/org/slf4j/
DNoBindingTest.java36 int diff = new Random().nextInt(10000); field in NoBindingTest
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
DSICBlockCipher.java205 long diff = 1L << (8 * i); in adjustCounter() local
234 long diff = 1L << (8 * i); in adjustCounter() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetBOCU1.java208 private static boolean DIFF_IS_SINGLE(int diff){ in DIFF_IS_SINGLE()
213 private static int PACK_SINGLE_DIFF(int diff){ in PACK_SINGLE_DIFF()
218 private static boolean DIFF_IS_DOUBLE(int diff){ in DIFF_IS_DOUBLE()
235 int prev, c , diff; field in CharsetBOCU1.CharsetEncoderBOCU
/external/compiler-rt/test/asan/TestCases/
Dmax_redzone.cc24 size_t diff = after - before; in main() local
/external/v8/test/cctest/
Dtest-diy-fp.cc43 DiyFp diff = DiyFp::Minus(diy_fp1, diy_fp2); in TEST() local
/external/guava/guava-tests/test/com/google/common/collect/
DMapsTest.java350 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, EMPTY); in testMapDifferenceEmptyEmpty() local
360 MapDifference<Integer, Integer> diff = Maps.difference(EMPTY, SINGLETON); in testMapDifferenceEmptySingleton() local
370 MapDifference<Integer, Integer> diff = Maps.difference(SINGLETON, EMPTY); in testMapDifferenceSingletonEmpty() local
482 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptyEmpty() local
493 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceEmptySingleton() local
504 SortedMapDifference<Integer, Integer> diff = in testSortedMapDifferenceSingletonEmpty() local
/external/deqp/framework/common/
DtcuImageCompare.cpp123 const UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels() local
142 const UVec4 diff = abs(refPix - deviatedCmpPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels() local
165 const UVec4 diff = abs(cmpPix - deviatedRefPix).cast<deUint32>(); in findNumPositionDeviationFailingPixels() local
304 IVec4 diff = abs(a - b); in computeSquaredDiffSum() local
507 const UVec4 diff = computeFlushRelaxedULPDiff(refPix, cmpPix); in floatUlpThresholdCompare() local
594 Vec4 diff = abs(refPix - cmpPix); in floatThresholdCompare() local
678 const Vec4 diff = abs(reference - cmpPix); in floatThresholdCompare() local
763 UVec4 diff = abs(refPix - cmpPix).cast<deUint32>(); in intThresholdCompare() local
/external/valgrind/none/tests/s390x/
Dstck.c25 unsigned long start, end, diff; in main() local

12345678910>>...17