Searched defs:diff (Results 26 - 50 of 623) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGGradientStop.cpp39 void RenderSVGGradientStop::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
41 RenderObject::styleDidChange(diff, oldStyle);
42 if (!diff.hasDifference())
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
H A Dconfirmdiff.py54 pretty_diff_file = pretty_patch.pretty_diff_file(self.diff())
58 # file alive until the user has had a chance to confirm the diff.
65 def diff(self): member in class:ConfirmDiff
75 diff_correct = self._tool.user.confirm("Was that diff correct?")
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvp9_subtract_test.cc44 int16_t *diff = reinterpret_cast<int16_t *>( local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
59 GetParam()(block_height, block_width, diff, block_width,
64 EXPECT_EQ(diff[r * block_width + c],
72 GetParam()(block_height, block_width, diff, block_width * 2,
77 EXPECT_EQ(diff[r * block_width * 2 + c],
85 vpx_free(diff);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcompare_common.cc22 int diff = src_a[i] - src_b[i]; local
23 sse += (uint32)(diff * diff);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dvpx_timer.h82 LARGE_INTEGER freq, diff; local
84 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
87 return diff.QuadPart * 1000000 / freq.QuadPart;
89 struct timeval diff;
91 timersub(&t->end, &t->begin, &diff);
92 return diff.tv_sec * 1000000 + diff.tv_usec;
/external/chromium_org/third_party/libwebp/utils/
H A Drandom.h41 int diff; local
43 diff = rg->tab_[rg->index1_] - rg->tab_[rg->index2_];
44 if (diff < 0) diff += (1u << 31);
45 rg->tab_[rg->index1_] = diff;
49 diff = (int)((uint32_t)diff << 1) >> (32 - num_bits);
50 diff = (diff * amp) >> VP8_RANDOM_DITHER_FIX; // restrict range
51 diff
[all...]
/external/chromium_org/third_party/libyuv/source/
H A Dcompare_common.cc22 int diff = src_a[i] - src_b[i]; local
23 sse += (uint32)(diff * diff);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A DomxSP_FFTInit_R_F32.c54 OMX_INT diff; local
81 diff = 1 << (TWIDDLE_TABLE_ORDER - order + 1);
88 for (i = 0, j = 0; i <= NBy4 >> 1; ++i, j += diff) {
/external/chromium_org/third_party/opus/src/silk/
H A Dstereo_MS_to_LR.c45 opus_int32 sum, diff, pred0_Q13, pred1_Q13; local
81 diff = x1[ n + 1 ] - (opus_int32)x2[ n + 1 ];
83 x2[ n + 1 ] = (opus_int16)silk_SAT16( diff );
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DLineParameterization.cpp46 int diff = UlpsDiff((float) (oneD.x * twoD.y), (float) (twoD.x * oneD.y)); local
47 if (diff < 0 || diff > ulps) {
55 diff = UlpsDiff((float) (oneD.x * one[0].y - oneD.y * one[0].x),
57 return diff >= 0 && diff <= ulps;
/external/chromium_org/third_party/webrtc/base/
H A Dversionparsing.cc49 int diff = version1[i] - version2[i]; local
50 if (diff != 0) {
51 return diff;
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/
H A Dresample_by_2_internal.c34 int32_t tmp0, tmp1, diff; local
43 diff = tmp0 - state[1];
45 diff = (diff + (1 << 13)) >> 14;
46 tmp1 = state[0] + diff * kResampleAllpass[1][0];
48 diff = tmp1 - state[2];
50 diff = diff >> 14;
51 if (diff < 0)
52 diff
129 int32_t tmp0, tmp1, diff; local
203 int32_t tmp0, tmp1, diff; local
273 int32_t tmp0, tmp1, diff; local
343 int32_t tmp0, tmp1, diff; local
422 int32_t tmp0, tmp1, diff; local
555 int32_t tmp0, tmp1, diff; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Ddecode_residual.c44 int16_t meml_gotten, Nfor, Nback, diff, start_pos; local
50 diff = STATE_LEN - iLBCdec_inst->state_short_len;
55 start_pos = (iLBC_encbits->startIdx-1)*SUBL + diff;
79 ST_MEM_L_TBL, (int16_t)diff
98 ST_MEM_L_TBL, diff
104 reverseDecresidual, diff);
H A Dlsp_to_lsf.c34 int16_t diff; /* diff between table value and desired value (Q15) */ local
62 /* Calculate diff, which is used in the linear approximation of acos(x) */
63 diff = (*lspPtr)-(*cosTblPtr);
71 tmp = (int16_t)WEBRTC_SPL_MUL_16_16_RSFT(WebRtcIlbcfix_kAcosDerivative[k],diff, 11);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Ddiffer_block_sse2.cc55 int diff = _mm_cvtsi128_si32(sad); local
56 if (diff)
111 int diff = _mm_cvtsi128_si32(sad); local
112 if (diff)
/external/eigen/Eigen/src/Eigen2Support/
H A DLeastSquares.h153 VectorType diff = (*(points[i]) - mean).conjugate(); local
154 covMat += diff * diff.adjoint();
/external/icu/icu4c/source/i18n/
H A Dbocsu.cpp31 u_writeDiff(int32_t diff, uint8_t *p) { argument
32 if(diff>=SLOPE_REACH_NEG_1) {
33 if(diff<=SLOPE_REACH_POS_1) {
34 *p++=(uint8_t)(SLOPE_MIDDLE+diff);
35 } else if(diff<=SLOPE_REACH_POS_2) {
36 *p++=(uint8_t)(SLOPE_START_POS_2+(diff/SLOPE_TAIL_COUNT));
37 *p++=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
38 } else if(diff<=SLOPE_REACH_POS_3) {
39 p[2]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
40 diff/
[all...]
/external/libopus/silk/
H A Dstereo_MS_to_LR.c45 opus_int32 sum, diff, pred0_Q13, pred1_Q13; local
81 diff = x1[ n + 1 ] - (opus_int32)x2[ n + 1 ];
83 x2[ n + 1 ] = (opus_int16)silk_SAT16( diff );
/external/libvpx/libvpx/test/
H A Dvp9_subtract_test.cc44 int16_t *diff = reinterpret_cast<int16_t *>( local
45 vpx_memalign(16, sizeof(*diff) * block_width * block_height * 2));
59 GetParam()(block_height, block_width, diff, block_width,
64 EXPECT_EQ(diff[r * block_width + c],
72 GetParam()(block_height, block_width, diff, block_width * 2,
77 EXPECT_EQ(diff[r * block_width * 2 + c],
85 vpx_free(diff);
/external/libvpx/libvpx/vp8/encoder/x86/
H A Dvp8_enc_stubs_sse2.c34 short *diff, unsigned char *predictor,
40 short *diff = &be->src_diff[0]; local
42 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
/external/libvpx/libvpx/vpx_ports/
H A Dvpx_timer.h79 LARGE_INTEGER freq, diff; local
81 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
84 return diff.QuadPart * 1000000 / freq.QuadPart;
86 struct timeval diff;
88 timersub(&t->end, &t->begin, &diff);
89 return diff.tv_sec * 1000000 + diff.tv_usec;
/external/skia/experimental/Intersection/
H A DLineParameterization.cpp46 int diff = UlpsDiff((float) (oneD.x * twoD.y), (float) (twoD.x * oneD.y)); local
47 if (diff < 0 || diff > ulps) {
55 diff = UlpsDiff((float) (oneD.x * one[0].y - oneD.y * one[0].x),
57 return diff >= 0 && diff <= ulps;
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric_cpu.cpp17 bool SkDifferentPixelsMetric::diff(SkBitmap* baseline, SkBitmap* test, bool computeMask, function in class:SkDifferentPixelsMetric
/external/stlport/test/unit/
H A Dsetdiff_test.cpp63 vector<int> diff; local
64 set_symmetric_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
65 CPPUNIT_ASSERT( diff.size() == 14 );
68 CPPUNIT_ASSERT( diff[i] == int_res[i] );
77 string diff; local
79 back_inserter(diff), less<char>());
80 CPPUNIT_ASSERT( diff.size() == 22 );
83 CPPUNIT_ASSERT( diff[i] == char_res[i] );
115 vector<int> diff; local
116 set_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
128 string diff; local
[all...]

Completed in 3800 milliseconds

1234567891011>>