HomeSort by relevance Sort by last modified time
    Searched refs:step (Results 51 - 75 of 746) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/opencv/otherlibs/highgui/
grfmt_png.h 60 bool ReadData( uchar* data, int step, int color );
82 bool WriteImage( const uchar* data, int step,
grfmt_pxm.h 57 bool ReadData( uchar* data, int step, int color );
81 bool WriteImage( const uchar* data, int step,
grfmt_jpeg.h 59 bool ReadData( uchar* data, int step, int color );
78 bool WriteImage( const uchar* data, int step,
115 bool ReadData( uchar* data, int step, int color );
156 void ProcessScan( int* idx, int ns, uchar* data, int step, int color );
190 bool WriteImage( const uchar* data, int step,
grfmt_sunras.h 70 bool ReadData( uchar* data, int step, int color );
93 bool WriteImage( const uchar* data, int step,
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
closebugforlanddiff_unittest.py 38 step = CloseBugForLandDiff(MockTool(), MockOptions())
40 capture.assert_outputs(self, step.run, [{"commit_text" : "Mock commit text"}], expected_stderr=expected_stderr)
steps_unittest.py 48 def _run_step(self, step, tool=None, options=None, state=None):
55 step(tool, options).run(state)
71 step = RunTests(MockTool(log_executive=True), mock_options)
77 step = RunTests(tool, mock_options)
87 OutputCapture().assert_outputs(self, step.run, [{}], expected_stderr=expected_stderr)
  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
oper_32b.c 234 #define step(shift) \ macro
257 step( 0); step( 2); step( 4); step( 6);
258 step( 8); step(10); step(12); step(14);
259 step(16); step(18); step(20); step(22)
    [all...]
  /external/opencv/cv/src/
cvdistransform.cpp 68 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] + HV_DIST
    [all...]
  /external/opencv/cvaux/src/
cvvideo.cpp 73 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/webkit/Source/WebCore/platform/win/
PathWalker.cpp 46 bool PathWalker::step() function in class:WebCore::PathWalker
PathWalker.h 44 bool step();
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
s10_8pf.h 112 Word16 step, /* i : stepsize */
set_sign.h 117 Word16 step, /* i : the step size in the tracks */
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidGZIPStreamTest.java 65 byte val, step;
69 step = 1;
74 val += step;
77 step += stepStep;
  /cts/tests/src/android/app/cts/
SearchManagerStubActivity.java 73 public boolean doStep(int step) throws FailException {
74 switch (step) {
87 throw new IllegalArgumentException("Bad step " + step);
104 public boolean doStep(int step) throws FailException {
105 switch (step) {
124 throw new IllegalArgumentException("Bad step " + step);
133 public boolean doStep(int step) throws FailException {
134 switch (step) {
    [all...]
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 54 * Provides the next step.
61 * either the next step to perform, or success, or failure.
70 int step = UNREACHABLE; local
73 step = firstStep(plan);
75 step = proxiedStep(plan, fact);
77 step = directStep(plan, fact);
79 return step;
85 * Determines the first step to establish a route.
89 * @return the first step
99 * Determines the next step to establish a direct connection
    [all...]
  /external/skia/bench/
InterpBench.cpp 53 SkFixed step = SkFloatToFixed(dx); variable
55 dst[i + 0] = TILE(curr, count); curr += step;
56 dst[i + 1] = TILE(curr, count); curr += step;
57 dst[i + 2] = TILE(curr, count); curr += step;
58 dst[i + 3] = TILE(curr, count); curr += step;
72 int64_t step = (int64_t)(dx * 65536 * 655536); variable
77 curr += step;
81 curr += step;
85 curr += step;
89 curr += step;
103 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); variable
    [all...]
  /external/tremolo/Tremolo/
mdct.c 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){
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){
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){
277 LOOKUP_T *T = (step>=4)?(sincos_lookup0+(step>>1)):sincos_lookup1
413 int step; local
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
VelocityTrackerTest.java 144 private void move(long duration, long step) {
147 duration -= step;
148 mTime += step;
149 mPx += (mAx / 2 * step + mVx) * step;
150 mPy += (mAy / 2 * step + mVy) * step;
151 mVx += mAx * step;
152 mVy += mAy * step;
  /external/ceres-solver/internal/ceres/
levenberg_marquardt_strategy.cc 68 double* step) {
71 CHECK_NOTNULL(step);
100 InvalidateArray(num_parameters, step);
106 linear_solver_->Solve(jacobian, residuals, solve_options, step);
108 !IsArrayValid(num_parameters, step)) {
109 LOG(WARNING) << "Linear solver failure. Failed to compute a finite step.";
112 VectorRef(step, num_parameters) *= -1.0;
  /external/dropbear/libtommath/
bn_mp_prime_next_prime.c 26 mp_digit res_tab[PRIME_SIZE], step, kstep; local
109 step = 0;
114 /* increase step to next candidate */
115 step += kstep;
119 /* add the step to each residue */
132 } while (y == 1 && step < ((((mp_digit)1)<<DIGIT_BIT) - kstep));
134 /* add the step */
135 if ((err = mp_add_d(a, step, a)) != MP_OKAY) {
139 /* if didn't pass sieve and step == MAX then skip test */
140 if (y == 1 && step >= ((((mp_digit)1)<<DIGIT_BIT) - kstep))
    [all...]
  /external/opencv/cxcore/src/
cxlogic.cpp 64 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;
    [all...]
  /external/libxml2/
pattern.c 89 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) {
476 states->states[states->nbstates].step = step;
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
496 xmlStepOpPtr step; local
503 step = &comp->steps[i]
1576 xmlStepOp step; local
1858 xmlStreamStep step; local
    [all...]
  /external/clang/test/SemaCXX/
for-range-examples.cpp 30 T it, step; member in class:value_range_detail::value_range_step_iter
32 value_range_step_iter(const T &it, const T &step) : it(it), step(step) {}
35 value_range_step_iter &operator++() { it += step; return *this; }
40 T it, step, end_; member in class:value_range_detail::value_range_step
42 value_range_step(const T &it, const T &end, const T &step) :
43 it(it), end_(end), step(step) {}
45 iterator begin() const { return iterator(it, step); }
    [all...]
  /external/chromium/chrome/browser/sync/util/
user_settings_win.cc 29 if (SQLITE_DONE != statement.step()) {
46 if (SQLITE_ROW == query.step()) {

Completed in 935 milliseconds

1 23 4 5 6 7 8 91011>>