Searched refs:rstep (Results 1 – 3 of 3) sorted by relevance
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()
319 void* result, int rstep );