Home | History | Annotate | Download | only in src

Lines Matching defs:esz

1036     int type = _src.type(), sdepth = CV_MAT_DEPTH(type), cn = CV_MAT_CN(type), esz = CV_ELEM_SIZE(type);
1043 _src.offset() % esz != 0 || _src.step() % esz != 0)
1080 ((ksize.width < 5 && ksize.height < 5 && esz <= 4) ||