Home | History | Annotate | Download | only in src

Lines Matching defs:ksize

388     trow_sz = cvAlign( (max_width + ksize.width - 1)*CV_ELEM_SIZE(src_type), ALIGN );
494 int ksize = _kx->cols + _kx->rows - 1; \
497 int ksize2 = ksize/2, ksize2n = ksize2*cn; \
512 else if( ksize == 3 ) \
519 else if( ksize == 5 ) \
552 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize/2;
557 int shift = ksize - 1, delta = (1 << shift) >> 1;
573 if( ksize == 3 )
607 else if( ksize == 5 )
694 int ksize = _kx->cols + _kx->rows - 1, ksize2 = ksize/2;
699 float scale = 1.f/(1 << (ksize - 1));
715 if( ksize == 3 )
749 else if( ksize == 5 )