Home | History | Annotate | Download | only in src

Lines Matching refs:top_bottom

2381     CvMat* top_bottom = 0;
2460 CV_CALL( top_bottom = cvCreateMat( ksize.height*2, cvAlign(size.width,align), type ));
2484 top_bottom_step = top_bottom->step ? top_bottom->step : CV_STUB_STEP;
2513 src_stripe_size, top_bottom->data.ptr, top_bottom_step,
2515 vin = top_bottom;
2560 cvReleaseMat( &top_bottom );