Home
last modified time | relevance | path

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

/external/opencv/ml/src/
Dml_inner_functions.cpp576 int i, tm_size, tm_step; in cvPreprocessVarType() local
592 tm_step = var_type->step ? var_type->step/CV_ELEM_SIZE(var_type->type) : 1; in cvPreprocessVarType()
599 *response_type = var_type->data.ptr[var_count*tm_step] != 0; in cvPreprocessVarType()
620 dst[i] = (uchar)(src[idx*tm_step] != 0); in cvPreprocessVarType()