Searched refs:tm_step (Results 1 – 1 of 1) sorted by relevance
576 int i, tm_size, tm_step; in cvPreprocessVarType() local592 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()