Lines Matching refs:tempsrc
208 CvMat *tempsrc = 0;
276 CV_CALL( tempsrc = icvIPPFilterInit( src, buf_size,
278 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->step +
280 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
281 max_dy = tempsrc->rows - aperture_size + 1;
330 delta = icvIPPFilterNextStripe( src, tempsrc, y, el_size, el_anchor );
415 cvReleaseMat( &tempsrc );
507 CvMat *tempsrc = 0;
580 CV_CALL( tempsrc = icvIPPFilterInit( src, buf_size, el_size ));
581 shifted_ptr = tempsrc->data.ptr + el_anchor.y*tempsrc->step +
583 temp_step = tempsrc->step ? tempsrc->step : CV_STUB_STEP;
584 max_dy = tempsrc->rows - aperture_size + 1;
639 delta = icvIPPFilterNextStripe( src, tempsrc, y, el_size, el_anchor );
703 cvReleaseMat( &tempsrc );