Home | History | Annotate | Download | only in src

Lines Matching refs:csz

206         CvSize csz = { blocksize.width, blocksize.height }, isz;
209 csz.width = MIN( csz.width, corr->cols - x );
210 csz.height = MIN( csz.height, corr->rows - y );
211 isz.width = csz.width + templ->cols - 1;
212 isz.height = csz.height + templ->rows - 1;
258 cvDFT( _dft_img, _dft_img, CV_DXT_INVERSE, csz.height );
260 src = cvGetSubRect( _dft_img, &sstub, cvRect(0,0,csz.width,csz.height) );
261 dst = cvGetSubRect( corr, &dstub, cvRect(x,y,csz.width,csz.height) );
268 planes[i] = cvInitMatHeader( &temp, csz.height, csz.width,
283 cvInitMatHeader( &temp, csz.height, csz.width,