Searched refs:temp_step (Results 1 - 3 of 3) sorted by relevance

/external/opencv/cv/src/
H A Dcvcorner.cpp220 int temp_step = 0, d_step; local
280 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
335 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step,
338 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step,
344 IPPI_CALL( ipp_scharr_vert( shifted_ptr, temp_step,
346 IPPI_CALL( ipp_scharr_horiz( shifted_ptr, temp_step,
516 int temp_step = 0, d_step; local
583 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
642 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step,
644 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step,
[all...]
H A Dcvsmooth.cpp1166 int temp_step;
1197 temp_step = temp->step/sizeof(float);
1230 space_ofs[maxk++] = i*temp_step + j*cn;
1235 const float* sptr = temp->data.fl + (i+radius)*temp_step + radius*cn;
1410 int temp_step, dst_step = dst->step;
1416 temp_step = temp->step ? temp->step : CV_STUB_STEP;
1421 IPPI_CALL( ipp_median_box_func( shifted_ptr, temp_step,
H A Dcvfilter.cpp2306 int temp_step = temp->step ? temp->step : CV_STUB_STEP;
2318 memcpy( temp_ptr + temp_step*i, temp_ptr +
2319 temp_step*(temp->rows - temp_ready + i), temp_step );
2321 temp_ptr += temp_ready*temp_step;
2342 stripe_size, temp_ptr, temp_step, temp_size,
2655 int temp_step, dst_step = dst->step ? dst->step : CV_STUB_STEP;
2687 temp_step = temp->step ? temp->step : CV_STUB_STEP;
2692 IPPI_CALL( ipp_func( shifted_ptr, temp_step,

Completed in 90 milliseconds