Searched refs:src3_step (Results 1 – 1 of 1) sorted by relevance
255 int src1_step, src2_step, src3_step, dst_step; in cvInRange() local315 src1_step = src2_step = src3_step = dst_step = CV_STUB_STEP; in cvInRange()322 src3_step = src3->step; in cvInRange()335 src3->data.ptr, src3_step, dst->data.ptr, dst_step, size )); in cvInRange()