Searched defs:diff (Results 476 - 500 of 623) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCell.cpp386 void RenderTableCell::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
390 RenderBlockFlow::styleDidChange(diff, oldStyle);
H A DRenderTableSection.cpp123 void RenderTableSection::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle) argument
125 RenderBox::styleDidChange(diff, oldStyle);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp376 StyleDifference diff; local
378 diff = m_svgStyle->diff(other.m_svgStyle.get());
380 if ((!diff.needsFullLayout() || !diff.needsPaintInvalidation()) && diffNeedsFullLayoutAndPaintInvalidation(other)) {
381 diff.setNeedsFullLayout();
382 diff.setNeedsPaintInvalidationObject();
385 if (!diff.needsFullLayout() && diffNeedsFullLayout(other))
386 diff.setNeedsFullLayout();
388 if (!diff
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Ddtoa.cpp481 static ALWAYS_INLINE void diff(BigInt& c, const BigInt& aRef, const BigInt& bRef) function in namespace:WTF
1100 diff(delta, S, mhi);
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp673 int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=NULL)?(srcChars + srcStart):NULL, srcLength, FALSE, TRUE); local
675 if(diff!=0) {
676 return (int8_t)(diff >> 15 | 1);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtmsgfmt.cpp1242 UBool diff; local
1243 diff = TRUE;
1250 diff = FALSE;
1254 if (!diff) {
1255 errln("*** MSG getFormats diff err.");
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Dreslist.c1267 int diff; local
1273 diff = uprv_strcmp(currentKeyString, resKeyString);
1275 diff = uprv_compareInvCharsAsAscii(currentKeyString, resKeyString);
1277 if (diff < 0) {
1280 } else if (diff > 0) {
1453 int32_t diff; local
1458 diff = (int32_t)(uint8_t)*--lLimit - (int32_t)(uint8_t)*--rLimit;
1459 if (diff != 0) {
1460 return diff;
1464 diff
1610 int32_t diff; local
1626 int32_t diff; local
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dvariance_test.cc53 int diff = ref[w * y + x] - src[w * y + x]; local
54 se += diff;
55 sse += diff * diff;
78 int diff = r - src[w * y + x]; local
79 se += diff;
80 sse += diff * diff;
331 int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x]; local
332 se += diff;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dpickinter.c109 int diff = src_ptr[c] - ref_ptr[c]; local
110 distortion += diff * diff;
263 int diff; local
338 diff = u_p - expected_udc;
339 pred_error[DC_PRED] += diff * diff;
340 diff = v_p - expected_vdc;
341 pred_error[DC_PRED] += diff * diff;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_mcomp.c74 const MV diff = { mv->row - ref->row, local
76 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) * weight, 7);
83 const MV diff = { mv->row - ref->row, local
85 return ROUND_POWER_OF_TWO(mv_cost(&diff, mvjcost, mvcost) *
94 const MV diff = { mv->row - ref->row, local
96 return ROUND_POWER_OF_TWO(mv_cost(&diff, x->nmvjointsadcost,
H A Dvp9_ratectrl.c1309 const int64_t diff = rc->optimal_buffer_level - rc->buffer_level; local
1323 if (diff > 0) {
1325 const int pct_low = (int)MIN(diff / one_pct_bits, oxcf->under_shoot_pct);
1327 } else if (diff < 0) {
1329 const int pct_high = (int)MIN(-diff / one_pct_bits, oxcf->over_shoot_pct);
/external/chromium_org/third_party/libwebp/dsp/
H A Ddec_sse2.c743 const __m128i diff = _mm_subs_epu8(*mask, it); local
744 const __m128i thresh_mask = _mm_cmpeq_epi8(diff, _mm_setzero_si128());
H A Denc_neon.c668 const int32x2_t diff = vabd_s32(vreinterpret_s32_s64(sum1), local
670 const int32x2_t res = vshr_n_s32(diff, 5);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_shader.c4956 int diff; local
4959 diff = 1;
4962 diff = 4;
4966 diff = 0;
4968 if ((ctx->bc->callstack[ctx->bc->call_sp].current + diff) >
4971 ctx->bc->callstack[ctx->bc->call_sp].current + diff;
H A Dr600_state.c2104 int diff; local
2114 diff = rctx->ps_shader->current->shader.bc.ngpr - rctx->default_ps_gprs;
2115 num_vs_gprs -= diff;
2116 num_ps_gprs += diff;
2121 diff = rctx->vs_shader->current->shader.bc.ngpr - rctx->default_vs_gprs;
2122 num_ps_gprs -= diff;
2123 num_vs_gprs += diff;
/external/chromium_org/third_party/opus/src/src/
H A Dopus_encoder.c417 opus_val32 diff; local
422 diff = EXTRACT16(HALF32((opus_val32)in[i*channels] - (opus_val32)in[i*channels+1]));
423 diff = MULT16_16_Q15(g, diff);
424 out[i*channels] = out[i*channels] - diff;
425 out[i*channels+1] = out[i*channels+1] + diff;
429 opus_val32 diff; local
430 diff = EXTRACT16(HALF32((opus_val32)in[i*channels] - (opus_val32)in[i*channels+1]));
431 diff = MULT16_16_Q15(g2, diff);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkMatrix.cpp548 SkScalar diff; local
551 diff = dst.width() - src.width() * sy;
553 diff = dst.height() - src.height() * sy;
557 diff = SkScalarHalf(diff);
561 tx += diff;
563 ty += diff;
1745 double diff = Sa - Sd; local
1746 double discriminant = sqrt(diff*diff
[all...]
H A DSkXfermode.cpp291 int diff = sa - sc; local
295 } else if (0 == diff) {
298 diff = dc * sa / diff;
299 rc = sa * ((da < diff) ? da : diff) + sc * (255 - da) + dc * (255 - sa);
1103 setLumBody.printf("\tfloat diff = %s(lumColor - hueSat);\n", getFunction.c_str());
1104 setLumBody.append("\tvec3 outColor = hueSat + diff;\n");
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShader.cpp166 SkFixed diff = SkScalarToFixed(curr - prev); local
167 if (diff > 0) {
168 recs->fScale = (1 << 24) / diff;
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dentropy_coding.c171 int32_t diff[FRAMESAMPLES/8]; local
177 diff[k] = WEBRTC_SPL_RSHIFT_W32(PSpecQ12[k] - PSpecQ12[FRAMESAMPLES/4-1 - k] + 16, 5);
188 sum += WEBRTC_SPL_RSHIFT_W32(WEBRTC_SPL_MUL(WebRtcIsacfix_kCos[k][n], diff[n]) + 256, 9);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dentropy_coding.c60 int32_t diff[FRAMESAMPLES / 8]; local
67 diff[k] = (PSpecQ12[k] - PSpecQ12[FRAMESAMPLES_QUARTER - 1 - k] + 16) >> 5;
80 sum += (CS_ptrQ9[n] * diff[n] + 256) >> 9;
/external/chromium_org/third_party/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.cc2825 // When the exponential mean value of diff(y) goes away from zero something is wrong
2830 int diff,y; local
2850 diff = y - _dc_y_prev;
2851 _dc_diff_mean = (990*_dc_diff_mean)/1000 + 10*diff;
/external/chromium_org/ui/native_theme/
H A Dnative_theme_base.cc1082 SkScalar diff = Clamp(fabs(hsv1[2] - hsv2[2]) / 2, min_diff, 0.5f); local
1085 diff = -diff;
1087 return SaturateAndBrighten(hsv2, -0.2f, diff);
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1313 const char diff = guard[j] - MALLOC_GUARD_PATTERN; local
1314 if (diff) {
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h226 u64 diff = s1.addr0() - s2.addr0(); local
227 if ((s64)diff < 0) { // s1.addr0 < s2.addr0 // NOLINT
229 if (s1.size() > -diff)
233 if (kS2AccessSize > diff)

Completed in 809 milliseconds

<<11121314151617181920>>