Searched defs:step (Results 101 - 125 of 190) sorted by relevance

12345678

/external/opencv/otherlibs/highgui/
H A Dutils.cpp381 int step, int width3,
401 line_end += step;
413 int step, int width,
433 line_end += step;
621 int s_step = src->step, d_step = dst->step;
380 FillUniColor( uchar* data, uchar*& line_end, int step, int width3, int& y, int height, int count3, PaletteEntry clr ) argument
412 FillUniGray( uchar* data, uchar*& line_end, int step, int width, int& y, int height, int count, uchar clr ) argument
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h204 RangeGenerator(T begin, T end, IncrementT step) argument
206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
220 IncrementT step)
221 : base_(base), value_(value), index_(index), step_(step) {}
262 const IncrementT& step) {
264 for (T i = begin; i < end; i = i + step)
219 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, IncrementT step) argument
260 CalculateEndIndex(const T& begin, const T& end, const IncrementT& step) argument
/external/quake/quake/src/QW/server/
H A Dpr_edict.c98 i--; // step on whatever is the last edict
569 int active, models, solid, step; local
571 active = models = solid = step = 0;
583 step++;
590 Con_Printf ("step :%3i\n", step);
/external/quake/quake/src/WinQuake/
H A Dpr_edict.cpp577 int active, models, solid, step; local
579 active = models = solid = step = 0;
591 step++;
598 Con_Printf ("step :%3i\n", step);
/external/quake/src/com/android/quake/
H A DQuakeLib.java182 public native boolean step(int width, int height); method in class:QuakeLib
/external/tinyxml/
H A Dtinyxmlparser.cpp280 int step = TiXmlBase::utf8ByteTable[*((unsigned char*)p)]; local
281 if ( step == 0 )
282 step = 1; // Error case from bad encoding, but handle gracefully.
283 p += step;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c690 void myresume (int step, int sig) argument
695 if (step || sig || (cont_thread != 0 && cont_thread != -1)) {
698 resume_info[0].step = step;
704 resume_info[n].step = 0;
/external/valgrind/main/coregrind/m_syswrap/
H A Dsyswrap-aix5.c354 const Int step = 5; local
362 if ((j % step) == 0)
365 if ((j % step) == step-1 && j > 0)
369 if (((j-1) % step) != step-1 && j > 0)
376 const Int step = sizeof(void*)==8 ? 3 : 5; local
380 if ((i % step) == 0)
386 if ((i == _NGPRS-1) || ((i % step) == step
[all...]
/external/aac/libAACenc/src/
H A Dsf_estim.cpp127 int step = psyOutChan->sfbPerGroup; local
128 for(sfbGrp = 0; sfbGrp < tmp0; sfbGrp += step) {
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc1440 ThreadBugDelegate(int role, Step* step, DirectoryManager* dirman) argument
1441 : role_(role), step_(step), directory_manager_(dirman) {}
1493 Step step; local
1494 step.number = 0;
1496 ThreadBugDelegate thread_delegate_1(0, &step, &dirman);
1497 ThreadBugDelegate thread_delegate_2(1, &step, &dirman);
1517 DirectoryKernelStalenessBugDelegate(int role, Step* step, argument
1519 : ThreadBugDelegate(role, step, dirman) {}
1590 Step step; local
1593 DirectoryKernelStalenessBugDelegate thread_delegate_1(0, &step,
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dfind_bar_gtk.cc954 void FindBarGtk::OnMoveCursor(GtkEntry* entry, GtkMovementStep step, gint count, argument
/external/chromium/chrome/browser/ui/views/
H A Dwrench_menu.cc526 int step = (max_percent - min_percent) / 10; local
527 for (int i = min_percent; i <= max_percent; i += step) {
/external/icu4c/common/
H A Dushape.c1200 int32_t step; local
1230 /* sets the index to the end of the buffer, together with the step point to -1 */
1233 step = -1;
1248 Nw = i + step;
1258 Nw = Nw + step;
1337 i = i + step;
1508 int step=logical_order?1:-1; local
1522 while ((i+=step) != end) {
1531 tempsource[j+=step] = source[i];
/external/icu4c/test/intltest/
H A Dconvtest.cpp786 int32_t step,
797 if(step>=0) {
798 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time
800 // step==0 performs bulk conversion and generates offsets
803 if(step==0) {
844 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit;
862 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit;
866 } else /* step<
783 stepToUnicode(ConversionCase &cc, UConverter *cnv, UChar *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
1000 int32_t step; member in struct:__anon6073
1015 int32_t i, step; local
1184 stepFromUTF8(ConversionCase &cc, UConverter *utf8Cnv, UConverter *cnv, char *result, int32_t resultCapacity, int32_t step, UErrorCode *pErrorCode) argument
1290 stepFromUnicode(ConversionCase &cc, UConverter *cnv, char *result, int32_t resultCapacity, int32_t *resultOffsets, int32_t step, UErrorCode *pErrorCode) argument
1447 int32_t step; member in struct:__anon6074
1455 int32_t i, step; local
[all...]
/external/libvpx/vp8/encoder/
H A Dmcomp.c71 // Generate offsets for 4 search sites per step.
118 // Generate offsets for 8 search sites per step.
923 int i, j, step; local
961 // search_param determines the length of the initial step and hence the number of iterations
962 // 0 = initial step (MAX_FIRST_STEP) pel : 1 = (MAX_FIRST_STEP/2) pel, 2 = (MAX_FIRST_STEP/4) pel... etc.
970 for (step = 0; step < tot_steps ; step++)
1039 int i, j, step; local
1077 // search_param determines the length of the initial step an
[all...]
/external/libxslt/libxslt/
H A Dpattern.c71 int step; member in struct:_xsltStepState
288 * Add an step to an XSLT Compiled Match
479 int step, xmlNodePtr node) {
499 states->states[states->nbstates].step = step;
502 fprintf(stderr, "Push: %d, %s\n", step, node->name);
516 * and not a step by step evaluation.
536 sel = &comp->steps[0]; /* store extra in first step arbitrarily */
631 xsltStepOpPtr step, se local
478 xsltPatPushState(xsltTransformContextPtr ctxt, xsltStepStates *states, int step, xmlNodePtr node) argument
[all...]
/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp157 ExprAST *step, ExprAST *body)
158 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
323 // The step value is optional.
572 // step = stepexpr
573 // nextvariable = variable + step
609 // Emit the step value.
156 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, ExprAST *step, ExprAST *body) argument
/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp172 ExprAST *step, ExprAST *body)
173 : VarName(varname), Start(start), End(end), Step(step), Body(body) {}
351 // The step value is optional.
676 // step = stepexpr
677 // nextvariable = variable + step
713 // Emit the step value.
171 ForExprAST(const std::string &varname, ExprAST *start, ExprAST *end, ExprAST *step, ExprAST *body) argument
/external/opencv/cv/src/
H A Dcvcalibration.cpp148 step();
163 step();
216 step();
229 step();
256 void CvLevMarq::step() function in class:CvLevMarq
300 bstep = B->step/CV_ELEM_SIZE(B->type);
322 float* dcda = (float*)(dABdA->data.ptr + dABdA->step*i);
333 float* dcdb = (float*)(dABdB->data.ptr + dABdB->step*i);
334 const float* a = (const float*)(A->data.ptr + A->step*i1);
351 double* dcda = (double*)(dABdA->data.ptr + dABdA->step*
532 int step = src->rows > 1 ? src->step / elem_size : 1; local
616 int step = dst->rows > 1 ? dst->step / elem_size : 1; local
[all...]
H A Dcvcontours.cpp44 #define CV_INIT_3X3_DELTAS( deltas, step, nch ) \
45 ((deltas)[0] = (nch), (deltas)[1] = -(step) + (nch), \
46 (deltas)[2] = -(step), (deltas)[3] = -(step) - (nch), \
47 (deltas)[4] = -(nch), (deltas)[5] = (step) - (nch), \
48 (deltas)[6] = (step), (deltas)[7] = (step) + (nch))
157 int img_step; /* image step */
198 int step; local
217 step
530 icvFetchContour( schar *ptr, int step, CvPoint pt, CvSeq* contour, int _method ) argument
649 icvTraceContour( schar *ptr, int step, schar *stop_ptr, int is_hole ) argument
701 icvFetchContourEx( schar* ptr, int step, CvPoint pt, CvSeq* contour, int _method, int nbd, CvRect* _rect ) argument
839 int step; local
[all...]
H A Dcvpyrsegmentation.cpp188 int step; local
259 step = roi.width * sizeof( float );
265 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC1, pyramida, step );
267 /*_CV_CHECK( icvCvtTo_32f_C1R( src_image, src_step, pyramida, step, roi, CV_8UC1 ));*/
269 p_base = (_CvPyramidBase *) (buffer + step * roi.height);
292 cvSetData( &prev_level, pyramida, step );
293 cvSetData( &next_level, pyramida, step );
296 //_CV_CHECK( icvPyrDown_Gauss5x5_32f_C1R( pyramida, step, pyramida, step, size, buff ));
297 //_CV_CHECK( icvPyrDownBorder_32f_CnR( pyramida, step, siz
602 int step; local
[all...]
/external/opencv/cxcore/src/
H A Dcxarithm.cpp83 type* dst, int step, CvSize size ), \
84 (src1, step1, src2, step2, dst, step, size) ) \
86 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
90 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
98 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
112 type* dst, int step, CvSize size, int /*scalefactor*/ ), \
113 (src1, step1, src2, step2, dst, step, size, 0) ) \
115 step1/=sizeof(src1[0]); step2/=sizeof(src2[0]); step/=sizeof(dst[0]); \
119 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
127 for( ; size.height--; src1 += step1, src2 += step2, dst += step ) \
1869 icvAddWeighted_8u_fast_C1R( const uchar* src1, int step1, double alpha, const uchar* src2, int step2, double beta, double gamma, uchar* dst, int step, CvSize size ) argument
[all...]
H A Dcxmatrix.cpp57 int i, k, len, step; local
84 step = mat->step;
85 if( step == 0 )
86 step = CV_STUB_STEP;
87 IPPI_CALL( icvSetZero_8u_C1R( data, step, size ));
88 step += pix_size;
94 step /= sizeof(_data[0]);
95 len *= step;
97 for( i = 0; i < len; i += step )
149 int step = mat->step + sizeof(float); local
158 int step = mat->step + sizeof(double); local
560 int step = matrix->step/sizeof(data[0]); local
572 int step = matrix->step/sizeof(data[0]); local
796 int step = mat->step; local
814 int step = mat->step; local
1537 int step = dst->step ? dst->step/sizeof(src1data[0]) : 1; local
1560 int step = dst->step ? dst->step/sizeof(src1data[0]) : 1; local
[all...]
H A Dcxutils.cpp92 ids_delta = labels->step ? labels->step/(int)sizeof(int) : 1;
113 float* s = (float*)(samples->data.ptr + i*samples->step);
115 double* c = (double*)(centers->data.ptr + k*centers->step);
140 double* c = (double*)(centers->data.ptr + k*centers->step);
150 float* s = (float*)(samples->data.ptr + i*samples->step);
158 double* c_o = (double*)(old_centers->data.ptr + k*old_centers->step);
172 float* s = (float*)(samples->data.ptr + i*samples->step);
178 double* c = (double*)(centers->data.ptr + k*centers->step);
276 int step local
819 int cont_flag, arr_size, elem_size, cols, step; local
915 int type, step; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.c868 int step = gapi->dstPixelStep; local
872 destPointer += step;
882 int step = gapi->dstPixelStep / 2; local
884 if( step == 1 ) /* optimized blitting on most devices */
902 destPointer += step;
915 destPointer += step;
924 destPointer += step;
974 destPointer += step;
998 int step = gapi->dstPixelStep; local
1009 destPointer += step;
[all...]

Completed in 653 milliseconds

12345678