Home
last modified time | relevance | path

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

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