Searched refs:temp_step (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cv/src/ |
D | cvcorner.cpp | 220 int temp_step = 0, d_step; in icvCornerEigenValsVecs() local 280 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP; in icvCornerEigenValsVecs() 335 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 338 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 344 IPPI_CALL( ipp_scharr_vert( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 346 IPPI_CALL( ipp_scharr_horiz( shifted_ptr, temp_step, in icvCornerEigenValsVecs() 516 int temp_step = 0, d_step; in cvPreCornerDetect() local 583 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP; in cvPreCornerDetect() 642 IPPI_CALL( ipp_sobel_vert( shifted_ptr, temp_step, in cvPreCornerDetect() 644 IPPI_CALL( ipp_sobel_horiz( shifted_ptr, temp_step, in cvPreCornerDetect() [all …]
|
D | cvsmooth.cpp | 1166 int temp_step; in icvBilateralFiltering_32f() local 1197 temp_step = temp->step/sizeof(float); in icvBilateralFiltering_32f() 1230 space_ofs[maxk++] = i*temp_step + j*cn; in icvBilateralFiltering_32f() 1235 const float* sptr = temp->data.fl + (i+radius)*temp_step + radius*cn; in icvBilateralFiltering_32f() 1410 int temp_step, dst_step = dst->step; in cvSmooth() local 1416 temp_step = temp->step ? temp->step : CV_STUB_STEP; in cvSmooth() 1421 IPPI_CALL( ipp_median_box_func( shifted_ptr, temp_step, in cvSmooth()
|
D | cvfilter.cpp | 2306 int temp_step = temp->step ? temp->step : CV_STUB_STEP; in icvIPPFilterNextStripe() local 2318 memcpy( temp_ptr + temp_step*i, temp_ptr + in icvIPPFilterNextStripe() 2319 temp_step*(temp->rows - temp_ready + i), temp_step ); in icvIPPFilterNextStripe() 2321 temp_ptr += temp_ready*temp_step; in icvIPPFilterNextStripe() 2342 stripe_size, temp_ptr, temp_step, temp_size, in icvIPPFilterNextStripe() 2655 int temp_step, dst_step = dst->step ? dst->step : CV_STUB_STEP; in cvFilter2D() local 2687 temp_step = temp->step ? temp->step : CV_STUB_STEP; in cvFilter2D() 2692 IPPI_CALL( ipp_func( shifted_ptr, temp_step, in cvFilter2D()
|