Searched refs:rstep (Results 1 - 9 of 9) sorted by relevance

/external/opencv3/modules/ml/src/
H A Dnbayes.cpp225 size_t rstep = 0, rpstep = 0; local
234 rstep = results->isContinuous() ? 1 : results->step/results->elemSize();
292 results->ptr<int>()[k*rstep] = ival;
294 results->ptr<float>()[k*rstep] = (float)ival;
/external/opencv/ml/src/
H A Dmlnbayes.cpp294 int rtype = 0, rstep = 0, size; local
318 rstep = CV_IS_MAT_CONT(results->type) ? 1 : results->step/CV_ELEM_SIZE(rtype);
371 results->data.i[k*rstep] = ival;
373 results->data.fl[k*rstep] = (float)ival;
H A Dmlknearest.cpp220 int rstep = _results && !CV_IS_MAT_CONT(_results->type) ? _results->step/sizeof(result) : 1; local
277 _results->data.fl[(start + i)*rstep] = r;
/external/opencv3/3rdparty/libtiff/
H A Dtif_color.c101 i = (int)((Yr - cielab->display.d_Y0R) / cielab->rstep);
137 cielab->rstep =
H A Dtiffio.h168 float rstep, gstep, bstep; member in struct:__anon14899
/external/pdfium/third_party/libtiff/
H A Dtif_color.c101 i = (int)((Yr - cielab->display.d_Y0R) / cielab->rstep);
137 cielab->rstep =
H A Dtiffio.h168 float rstep, gstep, bstep; member in struct:__anon16180
/external/opencv3/modules/imgproc/src/
H A Dlsd.cpp1065 double lstep = flstep, rstep = frstep; local
1089 if(y >= rightmost->p.y) { rstep = srstep; }
1092 right_x += rstep;
/external/opencv/cv/src/
H A Dcvtemplmatch.cpp319 void* result, int rstep );

Completed in 196 milliseconds