Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 1007) sorted by relevance

12345678910>>...41

/external/libvpx/libvpx/vp9/encoder/
Dvp9_dct.c24 int16_t step[4]; in fdct4() local
27 step[0] = input[0] + input[3]; in fdct4()
28 step[1] = input[1] + input[2]; in fdct4()
29 step[2] = input[1] - input[2]; in fdct4()
30 step[3] = input[0] - input[3]; in fdct4()
32 temp1 = (step[0] + step[1]) * cospi_16_64; in fdct4()
33 temp2 = (step[0] - step[1]) * cospi_16_64; in fdct4()
36 temp1 = step[2] * cospi_24_64 + step[3] * cospi_8_64; in fdct4()
37 temp2 = -step[2] * cospi_8_64 + step[3] * cospi_24_64; in fdct4()
57 /*canbe16*/ int step[4]; in vp9_fdct4x4_c() local
[all …]
/external/libvpx/libvpx/test/
Ddct16x16_test.cc83 double step[16]; in butterfly_16x16_dct_1d() local
88 step[ 0] = input[0] + input[15]; in butterfly_16x16_dct_1d()
89 step[ 1] = input[1] + input[14]; in butterfly_16x16_dct_1d()
90 step[ 2] = input[2] + input[13]; in butterfly_16x16_dct_1d()
91 step[ 3] = input[3] + input[12]; in butterfly_16x16_dct_1d()
92 step[ 4] = input[4] + input[11]; in butterfly_16x16_dct_1d()
93 step[ 5] = input[5] + input[10]; in butterfly_16x16_dct_1d()
94 step[ 6] = input[6] + input[ 9]; in butterfly_16x16_dct_1d()
95 step[ 7] = input[7] + input[ 8]; in butterfly_16x16_dct_1d()
96 step[ 8] = input[7] - input[ 8]; in butterfly_16x16_dct_1d()
[all …]
/external/v8/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libv8_intermediates)
48 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
49 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_in…
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libv8_intermediates)
53 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
54 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_in…
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libv8_intermediates)
57 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/bin/mksnapshot)
58 $(call add-clean-step, rm -rf $(OUT_DIR)/host/$(HOST_OS)-$(HOST_ARCH)/obj/EXECUTABLES/mksnapshot_in…
60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libv8_intermediates)
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderVTTCue.cpp73 bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, Layout… in initializeLayoutParameters() argument
81step = m_cue->getWritingDirection() == VTTCue::Horizontal ? firstLineBox->height() : firstLineBox-… in initializeLayoutParameters()
84 if (!step) in initializeLayoutParameters()
95 position = step * linePosition; in initializeLayoutParameters()
101 position += step; in initializeLayoutParameters()
111 step = -step; in initializeLayoutParameters()
153 bool RenderVTTCue::shouldSwitchDirection(InlineFlowBox* firstLineBox, LayoutUnit step) const in shouldSwitchDirection()
166 …if (m_cue->getWritingDirection() == VTTCue::Horizontal && ((step < 0 && top < 0) || (step > 0 && b… in shouldSwitchDirection()
175 …if (m_cue->getWritingDirection() != VTTCue::Horizontal && ((step < 0 && left < 0) || (step > 0 && … in shouldSwitchDirection()
181 void RenderVTTCue::moveBoxesByStep(LayoutUnit step) in moveBoxesByStep() argument
[all …]
DRenderGeometryMap.cpp255 RenderGeometryMapStep& step = m_mapping[m_insertionPosition]; in push() local
256 step.m_offset = offsetFromContainer; in push()
257 step.m_offsetForFixedPosition = offsetForFixedPosition; in push()
259 stepInserted(step); in push()
270 RenderGeometryMapStep& step = m_mapping[m_insertionPosition]; in push() local
271 step.m_offsetForFixedPosition = offsetForFixedPosition; in push()
274 step.m_transform = adoptPtr(new TransformationMatrix(t)); in push()
276 step.m_offset = LayoutSize(t.e(), t.f()); in push()
278 stepInserted(step); in push()
297 void RenderGeometryMap::stepInserted(const RenderGeometryMapStep& step) in stepInserted() argument
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/login/
Doobe_screen.css8 .step {
13 .step.animated {
19 .step.hidden {
29 .step.right {
33 .step.left {
37 .step.fullscreen {
45 .step-controls {
47 -webkit-padding-end: 34px; /* Double the padding of .step */
56 .animation .step-controls button {
61 .step.loading .step-contents,
[all …]
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathPath.cpp124 Step* step = m_steps[i]; in evaluate() local
128 …heckForDuplicateNodes = !nodes.subtreesAreDisjoint() || (step->axis() != Step::ChildAxis && step->… in evaluate()
129 …&& step->axis() != Step::DescendantAxis && step->axis() != Step::DescendantOrSelfAxis && step->axi… in evaluate()
135 …if (nodes.subtreesAreDisjoint() && (step->axis() == Step::ChildAxis || step->axis() == Step::SelfA… in evaluate()
140 step->evaluate(nodes[j], matches); in evaluate()
158 void LocationPath::appendStep(Step* step) in appendStep() argument
163 optimizeStepPair(m_steps[stepCount - 1], step, dropSecondStep); in appendStep()
165 delete step; in appendStep()
169 step->optimize(); in appendStep()
170 m_steps.append(step); in appendStep()
[all …]
/external/icu4c/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libicuuc_intermediates)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libicui18n_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/usr/icu)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/icu.data_intermediates)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/ETC/icu.dat_intermediates)
51 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/SHARED_LIBRARIES/libicuuc_intermediates)
52 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/SHARED_LIBRARIES/libicui18n_intermediates)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libicuuc_intermediates)
54 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/SHARED_LIBRARIES/libicuuc_intermediates)
55 $(call add-clean-step, touch -c external/icu4c/common/udata.cpp)
[all …]
/external/wpa_supplicant_8/
DCleanSpec.mk50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_supplicant_intermediates/*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_cli_intermediates/*)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_supplicant_intermediates)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_supplicant_intermediates/*)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_cli_intermediates/*)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_supplicant_intermediates/*)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/hostapd_intermediates/*)
57 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_cli_intermediates/*)
58 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/wpa_supplicant_intermediates/*)
59 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/hostapd_intermediates/*)
[all …]
/external/opencv/cv/src/
Dcvdistransform.cpp68 int step, float* dist, int dststep, CvSize size, const float* metrics ) in icvDistanceTransform_3x3_C1R() argument
77 step /= sizeof(temp[0]); in icvDistanceTransform_3x3_C1R()
80 icvInitTopBottom( temp, step, size, BORDER ); in icvDistanceTransform_3x3_C1R()
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransform_3x3_C1R()
97 int t0 = tmp[j-step-1] + DIAG_DIST; in icvDistanceTransform_3x3_C1R()
98 int t = tmp[j-step] + HV_DIST; in icvDistanceTransform_3x3_C1R()
100 t = tmp[j-step+1] + DIAG_DIST; in icvDistanceTransform_3x3_C1R()
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER; in icvDistanceTransform_3x3_C1R()
120 int t = tmp[j+step+1] + DIAG_DIST; in icvDistanceTransform_3x3_C1R()
122 t = tmp[j+step] + HV_DIST; in icvDistanceTransform_3x3_C1R()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DStepRange.cpp55 … stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescript… in StepRange() argument
58 , m_step(step.isFinite() ? step : 1) in StepRange()
61 , m_hasStep(step.isFinite()) in StepRange()
114 Decimal step = parseToDecimalForNumberType(stepString); in parseStep() local
115 if (!step.isFinite() || step <= 0) in parseStep()
120 step *= stepDescription.stepScaleFactor; in parseStep()
124 step = max(step.round(), Decimal(1)); in parseStep()
125 step *= stepDescription.stepScaleFactor; in parseStep()
129 step *= stepDescription.stepScaleFactor; in parseStep()
130 step = max(step.round(), Decimal(1)); in parseStep()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/editing/
DUndoStack.cpp56 void UndoStack::registerUndoStep(PassRefPtr<UndoStep> step) in registerUndoStep() argument
62 m_undoStack.append(step); in registerUndoStep()
65 void UndoStack::registerRedoStep(PassRefPtr<UndoStep> step) in registerRedoStep() argument
67 m_redoStack.append(step); in registerRedoStep()
81 UndoStep* step = stack.first().get(); in filterOutUndoSteps() local
82 if (!step->belongsTo(frame)) in filterOutUndoSteps()
83 newStack.append(step); in filterOutUndoSteps()
103 RefPtr<UndoStep> step(*back); in undo() local
105 step->unapply(); in undo()
114 RefPtr<UndoStep> step(*back); in redo() local
[all …]
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
DMultiFieldTimePickerDialog.java54 int min, int max, int step, boolean is24hourFormat, in MultiFieldTimePickerDialog() argument
58 mStep = step; in MultiFieldTimePickerDialog()
65 if (step < 0 || step >= 24 * HOUR_IN_MILLIS) { in MultiFieldTimePickerDialog()
66 step = MINUTE_IN_MILLIS; in MultiFieldTimePickerDialog()
159 if (step >= HOUR_IN_MILLIS) { in MultiFieldTimePickerDialog()
166 if (step >= MINUTE_IN_MILLIS) { in MultiFieldTimePickerDialog()
195 if (step >= SECOND_IN_MILLIS) { in MultiFieldTimePickerDialog()
202 milli = ((milli + step / 2) / step) * step; in MultiFieldTimePickerDialog()
203 if (step == 1 || step == 10 || step == 100) { in MultiFieldTimePickerDialog()
206 mMilliSpinner.setMinValue(min / step); in MultiFieldTimePickerDialog()
[all …]
/external/openssl/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libssl_intermediates)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libssl_static_intermediates)
[all …]
/external/chromium_org/third_party/openssl/openssl/
DCleanSpec.mk46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates)
47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/EXECUTABLES/openssl_intermediates)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates $(PRODUCT…
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libssl_intermediates)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libcrypto_intermediates)
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libssl_static_intermediates)
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
Dstyle.css12 .step.dialog {
22 .step.dialog h1 {
28 .step.dialog p {
33 .step.dialog .controls {
39 .step.dialog .controls .margin-top {
43 .step.dialog .controls .margin-bottom {
47 .step.dialog .controls button {
54 .step.dialog .window-header {
63 .step.dialog .topbutton-bar {
68 .step.dialog .topbutton-wrapper {
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
Dstep.css7 .step {
13 .step h1 {
18 .step p {
22 .step button.blue-button {
26 .step button.white-button {
30 .step .controls button {
34 .step .controls button:first-of-type {
38 .step .controls button:last-of-type {
/external/chromium_org/third_party/WebKit/Source/wtf/
DDateMath.cpp217 int step; in monthFromDayInYear() local
219 if (d < (step = 31)) in monthFromDayInYear()
221 step += (leapYear ? 29 : 28); in monthFromDayInYear()
222 if (d < step) in monthFromDayInYear()
224 if (d < (step += 31)) in monthFromDayInYear()
226 if (d < (step += 30)) in monthFromDayInYear()
228 if (d < (step += 31)) in monthFromDayInYear()
230 if (d < (step += 30)) in monthFromDayInYear()
232 if (d < (step += 31)) in monthFromDayInYear()
234 if (d < (step += 31)) in monthFromDayInYear()
[all …]
/external/skia/src/effects/
DSkCornerPathEffect.cpp19 SkPoint* step) { in ComputeStep() argument
22 step->set(b.fX - a.fX, b.fY - a.fY); in ComputeStep()
25 step->scale(SK_ScalarHalf); in ComputeStep()
28 step->scale(SkScalarDiv(radius, dist)); in ComputeStep()
45 SkVector firstStep, step; in filterPath() local
70 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step); in filterPath()
73 dst->moveTo(moveTo + step); in filterPath()
76 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX, in filterPath()
77 pts[0].fY + step.fY); in filterPath()
80 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY); in filterPath()
[all …]
/external/chromium_org/third_party/skia/src/effects/
DSkCornerPathEffect.cpp19 SkPoint* step) { in ComputeStep() argument
22 step->set(b.fX - a.fX, b.fY - a.fY); in ComputeStep()
25 step->scale(SK_ScalarHalf); in ComputeStep()
28 step->scale(SkScalarDiv(radius, dist)); in ComputeStep()
45 SkVector firstStep, step; in filterPath() local
70 bool drawSegment = ComputeStep(pts[0], pts[1], fRadius, &step); in filterPath()
73 dst->moveTo(moveTo + step); in filterPath()
76 dst->quadTo(pts[0].fX, pts[0].fY, pts[0].fX + step.fX, in filterPath()
77 pts[0].fY + step.fY); in filterPath()
80 dst->lineTo(pts[1].fX - step.fX, pts[1].fY - step.fY); in filterPath()
[all …]
/external/tremolo/Tremolo/
Dmdct.c64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ in presymmetry() argument
76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step; in presymmetry()
82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step; in presymmetry()
95 XNPROD31( ro2, ro0, T[1], T[0], &aX[0], &aX[2] ); T+=step; in presymmetry()
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ in mdct_butterfly_generic() argument
209 XPROD31( s2, s3, T[0], T[1], &x2[1], &x2[3] ); T+=step; in mdct_butterfly_generic()
222 XNPROD31( s3, s2, T[0], T[1], &x2[1], &x2[3] ); T-=step; in mdct_butterfly_generic()
274 STIN void mdct_step7(DATA_TYPE *x,int n,int step){ in mdct_step7() argument
277 LOOKUP_T *T = (step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1; in mdct_step7()
288 T+=step; in mdct_step7()
[all …]
/external/skia/bench/
DInterpBench.cpp56 SkFixed step = SkFloatToFixed(dx); in performTest() local
58 dst[i + 0] = TILE(curr, count); curr += step; in performTest()
59 dst[i + 1] = TILE(curr, count); curr += step; in performTest()
60 dst[i + 2] = TILE(curr, count); curr += step; in performTest()
61 dst[i + 3] = TILE(curr, count); curr += step; in performTest()
75 int64_t step = (int64_t)(dx * 65536 * 655536); in performTest() local
80 curr += step; in performTest()
84 curr += step; in performTest()
88 curr += step; in performTest()
92 curr += step; in performTest()
[all …]
/external/chromium_org/third_party/libxml/src/
Dpattern.c138 int step; member
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { in xmlPatPushState() argument
476 states->states[states->nbstates].step = step; in xmlPatPushState()
479 fprintf(stderr, "Push: %d, %s\n", step, node->name); in xmlPatPushState()
496 xmlStepOpPtr step; in xmlPatMatch() local
503 step = &comp->steps[i]; in xmlPatMatch()
504 switch (step->op) { in xmlPatMatch()
521 if (step->value == NULL) in xmlPatMatch()
523 if (step->value[0] != node->name[0]) in xmlPatMatch()
525 if (!xmlStrEqual(step->value, node->name)) in xmlPatMatch()
[all …]
/external/libxml2/
Dpattern.c138 int step; member
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { in xmlPatPushState() argument
476 states->states[states->nbstates].step = step; in xmlPatPushState()
479 fprintf(stderr, "Push: %d, %s\n", step, node->name); in xmlPatPushState()
496 xmlStepOpPtr step; in xmlPatMatch() local
503 step = &comp->steps[i]; in xmlPatMatch()
504 switch (step->op) { in xmlPatMatch()
521 if (step->value == NULL) in xmlPatMatch()
523 if (step->value[0] != node->name[0]) in xmlPatMatch()
525 if (!xmlStrEqual(step->value, node->name)) in xmlPatMatch()
[all …]
/external/webp/src/enc/
Dfilter.c53 static WEBP_INLINE void do_filter2(uint8_t* p, int step) { in do_filter2() argument
54 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter2()
58 p[-step] = clip1[255 + p0 + a2]; in do_filter2()
63 static WEBP_INLINE void do_filter4(uint8_t* p, int step) { in do_filter4() argument
64 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in do_filter4()
69 p[-2*step] = clip1[255 + p1 + a3]; in do_filter4()
70 p[- step] = clip1[255 + p0 + a2]; in do_filter4()
72 p[ step] = clip1[255 + q1 - a3]; in do_filter4()
76 static WEBP_INLINE int hev(const uint8_t* p, int step, int thresh) { in hev() argument
77 const int p1 = p[-2*step], p0 = p[-step], q0 = p[0], q1 = p[step]; in hev()
[all …]

12345678910>>...41