Searched refs:rstep (Results 1 – 9 of 9) sorted by relevance
225 size_t rstep = 0, rpstep = 0; in operator ()() local234 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 ()()
294 int rtype = 0, rstep = 0, size; in predict() local318 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()
220 int rstep = _results && !CV_IS_MAT_CONT(_results->type) ? _results->step/sizeof(result) : 1; in write_results() local277 _results->data.fl[(start + i)*rstep] = r; in write_results()
101 i = (int)((Yr - cielab->display.d_Y0R) / cielab->rstep); in TIFFXYZToRGB()137 cielab->rstep = in TIFFCIELabToRGBInit()
168 float rstep, gstep, bstep; member
1065 double lstep = flstep, rstep = frstep; in rect_nfa() local1089 if(y >= rightmost->p.y) { rstep = srstep; } in rect_nfa()1092 right_x += rstep; in rect_nfa()
319 void* result, int rstep );