Searched refs:step (Results 51 - 75 of 819) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/skia/samplecode/
H A DSampleStringArt.cpp35 SkScalar step = angle; variable
42 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
43 length*SkScalarSin(step) + center.fY);
46 step += angle;
/external/opencv/cv/src/
H A Dcvdistransform.cpp68 int step, float* dist, int dststep, CvSize size, const float* metrics )
77 step /= sizeof(temp[0]);
80 icvInitTopBottom( temp, step, size, BORDER );
86 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
97 int t0 = tmp[j-step-1] + DIAG_DIST;
98 int t = tmp[j-step] + HV_DIST;
100 t = tmp[j-step+1] + DIAG_DIST;
113 int* tmp = (int*)(temp + (i+BORDER)*step) + BORDER;
120 int t = tmp[j+step+1] + DIAG_DIST;
122 t = tmp[j+step]
67 icvDistanceTransform_3x3_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, CvSize size, const float* metrics ) argument
139 icvDistanceTransform_5x5_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, CvSize size, const float* metrics ) argument
228 icvDistanceTransformEx_5x5_C1R( const uchar* src, int srcstep, int* temp, int step, float* dist, int dststep, int* labels, int lstep, CvSize size, const float* metrics ) argument
[all...]
/external/opencv/cvaux/src/
H A Dcvvideo.cpp73 memcpy( even->data.ptr + even->step*y,
74 frame->data.ptr + frame->step*y*2, size.width );
75 memcpy( odd->data.ptr + even->step*y,
76 frame->data.ptr + frame->step*(y*2+1), size.width );
/external/skia/gm/
H A Dstringart.cpp43 SkScalar step = angle; local
50 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
51 length*SkScalarSin(step) + center.fY);
54 step += angle;
/external/skia/samplecode/
H A DSampleStringArt.cpp35 SkScalar step = angle; variable
42 SkPoint rp = SkPoint::Make(length*SkScalarCos(step) + center.fX,
43 length*SkScalarSin(step) + center.fY);
46 step += angle;
/external/ceres-solver/internal/ceres/
H A Dlevenberg_marquardt_strategy.cc69 double* step) {
72 CHECK_NOTNULL(step);
101 InvalidateArray(num_parameters, step);
107 linear_solver_->Solve(jacobian, residuals, solve_options, step);
112 !IsArrayValid(num_parameters, step)) {
113 LOG(WARNING) << "Linear solver failure. Failed to compute a finite step.";
116 VectorRef(step, num_parameters) *= -1.0;
128 step,
65 ComputeStep( const TrustRegionStrategy::PerSolveOptions& per_solve_options, SparseMatrix* jacobian, const double* residuals, double* step) argument
/external/apache-http/src/org/apache/http/conn/routing/
H A DBasicRouteDirector.java59 * Provides the next step.
66 * either the next step to perform, or success, or failure.
75 int step = UNREACHABLE;
78 step = firstStep(plan);
80 step = proxiedStep(plan, fact);
82 step = directStep(plan, fact);
84 return step;
90 * Determines the first step to establish a route.
94 * @return the first step
104 * Determines the next step t
[all...]
/external/chromium_org/extensions/test/data/web_view/apitest/
H A Dmain.js122 var step = 1;
124 switch (step) {
144 window.console.log('Unexpected sizechanged event, step = ' + step);
149 ++step;
200 var step = 1;
202 switch (step) {
214 window.console.log('Unexpected sizechanged event, step = ' + step);
218 ++step;
[all...]
/external/chromium_org/third_party/skia/bench/
H A DInterpBench.cpp56 SkFixed step = SkFloatToFixed(dx); variable
58 dst[i + 0] = TILE(curr, count); curr += step;
59 dst[i + 1] = TILE(curr, count); curr += step;
60 dst[i + 2] = TILE(curr, count); curr += step;
61 dst[i + 3] = TILE(curr, count); curr += step;
75 int64_t step = (int64_t)(dx * 65536 * 655536); variable
80 curr += step;
84 curr += step;
88 curr += step;
92 curr += step;
106 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); variable
[all...]
/external/skia/bench/
H A DInterpBench.cpp56 SkFixed step = SkFloatToFixed(dx); variable
58 dst[i + 0] = TILE(curr, count); curr += step;
59 dst[i + 1] = TILE(curr, count); curr += step;
60 dst[i + 2] = TILE(curr, count); curr += step;
61 dst[i + 3] = TILE(curr, count); curr += step;
75 int64_t step = (int64_t)(dx * 65536 * 655536); variable
80 curr += step;
84 curr += step;
88 curr += step;
92 curr += step;
106 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); variable
[all...]
/external/tremolo/Tremolo/
H A Dmdct.c64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ argument
76 XPROD31( s0, s2, T[0], T[1], &aX[0], &aX[2] ); T+=step;
82 XPROD31( s0, s2, T[1], T[0], &aX[0], &aX[2] ); T-=step;
95 XNPROD31( ro2, ro0, T[1], T[0], &aX[0], &aX[2] ); T+=step;
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ argument
209 XPROD31( s2, s3, T[0], T[1], &x2[1], &x2[3] ); T+=step;
222 XNPROD31( s3, s2, T[0], T[1], &x2[1], &x2[3] ); T-=step;
274 STIN void mdct_step7(DATA_TYPE *x,int n,int step){ argument
277 LOOKUP_T *T = (step>=4)?(sincos_lookup0+(step>>
320 mdct_step8(DATA_TYPE *x, int n, int step) argument
413 int step; local
468 mdct_unroll_lap(int n0,int n1, int lW,int W, DATA_TYPE *in, DATA_TYPE *right, LOOKUP_T *w0, LOOKUP_T *w1, ogg_int16_t *out, int step, int start, int end ) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.cpp67 // If container is the root RenderView (step 0) we want to apply its fixed position offset.
256 RenderGeometryMapStep& step = m_mapping[m_insertionPosition]; local
257 step.m_offset = offsetFromContainer;
258 step.m_offsetForFixedPosition = offsetForFixedPosition;
260 stepInserted(step);
271 RenderGeometryMapStep& step = m_mapping[m_insertionPosition]; local
272 step.m_offsetForFixedPosition = offsetForFixedPosition;
275 step.m_transform = adoptPtr(new TransformationMatrix(t));
277 step.m_offset = LayoutSize(t.e(), t.f());
279 stepInserted(step);
298 stepInserted(const RenderGeometryMapStep& step) argument
312 stepRemoved(const RenderGeometryMapStep& step) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDateMath.cpp200 int step; local
202 if (d < (step = 31))
204 step += (leapYear ? 29 : 28);
205 if (d < step)
207 if (d < (step += 31))
209 if (d < (step += 30))
211 if (d < (step += 31))
213 if (d < (step += 30))
215 if (d < (step += 31))
217 if (d < (step
238 int step; local
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
H A DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S65 #define step x8 define
121 lsl step, subFFTNum, #2 // step = N/2 * 8 bytes
131 ld1 {dX0},[pSrc],step
132 ADD pOut1,pOut,step // pOut1 = pOut+ N/2*8 bytes
136 SUB twStep,step,size,LSL #1
156 SUB pSrc,pSrc,step
176 SUB step,step,#24
183 ld2 {dX0r,dX0i},[pSrc],step
[all...]
H A DComplexToRealFixup.S61 #define step x8 define
129 lsl step,subFFTSize, #3 // step = N/2 * 8 bytes
132 SUB twStep,step,subFFTSize,LSL #1
139 st1 {dY0r},[argDst],step
145 SUB argDst,argDst,step
149 SUB step,step,#24
165 ld2 {dX0r,dX0i},[pSrc],step
174 SUB pSrc,pSrc,step
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S79 #define step r8 define
142 MOV step,N,LSL #2 @// step = N/2 * 8 bytes
152 VLD1 dX0,[pSrc],step
153 ADD pOut1,pOut,step @// pOut1 = pOut+ N/2*8 bytes
157 SUB twStep,step,size,LSL #1
174 SUB pSrc,pSrc,step
194 SUB step,step,#24
201 VLD2 {dX0r,dX0i},[pSrc],step
[all...]
H A DarmSP_FFTInv_CCSToR_S32_preTwiddleRadix2_unsafe_s.S86 #define step r8 define
148 MOV step,N,LSL #2 @// step = N/2 * 8 bytes
157 VLD1 dX0,[pSrc],step
158 ADD pOut1,pOut,step @// pOut1 = pOut+ N/2*8 bytes
161 SUB twStep,step,size,LSL #1 @// twStep = 3N/8 * 8 bytes pointing to W^1
180 SUB pSrc,pSrc,step
198 SUB step,step,#24
205 VLD2 {dX0r,dX0i},[pSrc],step
[all...]
/external/chromium_org/v8/src/
H A Duri.h57 int* step));
94 int step; local
95 if (UnescapeChar(vector, i, length, &step) >
99 i += step;
116 int step; local
118 UnescapeChar(vector, i, length, &step));
119 i += step;
128 int step; local
130 UnescapeChar(vector, i, length, &step));
131 i += step;
151 UnescapeChar(Vector<const Char> vector, int i, int length, int* step) argument
[all...]
/external/libunwind/tests/
H A DGperf-simple.c58 measure_unwind (int maxlevel, double *step) argument
86 *step = (stop - start) / (double) level;
93 g1 (int level, int maxlevel, double *step) argument
96 return measure_unwind (maxlevel, step);
99 return f1 (level + 1, maxlevel, step) + level;
103 f1 (int level, int maxlevel, double *step) argument
106 return measure_unwind (maxlevel, step);
109 return g1 (level + 1, maxlevel, step) + level;
115 double step, min_step, first_step, sum_step; local
122 f1 (0, maxlevel, &step);
[all...]
H A DGperf-trace.c58 measure_unwind (int maxlevel, double *step) argument
72 *step = (stop - start) / (double) level;
79 g1 (int level, int maxlevel, double *step) argument
82 return measure_unwind (maxlevel, step);
85 return f1 (level + 1, maxlevel, step) + level;
89 f1 (int level, int maxlevel, double *step) argument
92 return measure_unwind (maxlevel, step);
95 return g1 (level + 1, maxlevel, step) + level;
101 double step, min_step, first_step, sum_step; local
108 f1 (0, maxlevel, &step);
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dxcorr_coef.c32 int16_t step /* (i) +1 or -1 */
57 if (step==1) {
61 } else { /* step==-1 */
131 pos+=step;
134 Energy += step*(WEBRTC_SPL_RSHIFT_W32(
137 rp_beg+=step;
138 rp_end+=step;
/external/opencv/cxcore/src/
H A Dcxlogic.cpp64 uchar* dst, int step, CvSize size ), (src1, step1, src2, step2, dst, step, size) )\
66 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 ( const uchar* src0, int step1, uchar* dst0, int step, CvSize size, \
117 for( ; size.height--; src0 += step1, dst0 += step ) \
288 dstbuf.step = cvAlign( dstbuf.step, 8 );
289 buf_size = dstbuf.step ? dstbuf.step*dy : size.width*elem_size;
303 src_step = src->step;
573 IPCVAPI_IMPL( CvStatus, icvNot_8u_C1R, ( const uchar* src1, int step1, uchar* dst, int step, CvSize size ), (src1, step1, dst, step, size) ) argument
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dpattern.c89 int flags; /* properties of that step */
111 int *states; /* the array of step indexes */
138 int step; member in struct:_xmlStepState
338 * Add a step to an XSLT Compiled Match
460 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
476 states->states[states->nbstates].step = step;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
496 xmlStepOpPtr step; local
503 step
1576 xmlStepOp step; local
1858 xmlStreamStep step; local
[all...]
/external/libxml2/
H A Dpattern.c92 int flags; /* properties of that step */
114 int *states; /* the array of step indexes */
141 int step; member in struct:_xmlStepState
342 * Add a step to an XSLT Compiled Match
464 xmlPatPushState(xmlStepStates *states, int step, xmlNodePtr node) { argument
480 states->states[states->nbstates].step = step;
483 fprintf(stderr, "Push: %d, %s\n", step, node->name);
500 xmlStepOpPtr step; local
507 step
1580 xmlStepOp step; local
1862 xmlStreamStep step; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeNumericFieldElement.cpp52 DateTimeNumericFieldElement::DateTimeNumericFieldElement(Document& document, FieldOwner& fieldOwner, const Range& range, const Range& hardLimits, const String& placeholder, const DateTimeNumericFieldElement::Step& step) argument
57 , m_step(step)
61 ASSERT(m_step.step);
228 n = n / m_step.step * m_step.step;
230 n = -((-n + m_step.step - 1) / m_step.step * m_step.step);
238 n = (n + m_step.step - 1) / m_step.step * m_ste
[all...]

Completed in 5047 milliseconds

1234567891011>>